mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: update e2e/scoped-packages app
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
"license": "SEE LICENSE IN <your-license-filename>",
|
||||
"repository": "<fill-your-repository-here>",
|
||||
"dependencies": {
|
||||
"@nativescript/core": "file:../../dist/nativescript-core-6.2.0.tgz",
|
||||
"@nativescript/core": "file:../../dist/nativescript-core-6.3.0.tgz",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "file:../../dist/tns-core-modules-6.1.0.tgz"
|
||||
"tns-core-modules": "file:../../dist/tns-core-modules-6.3.0.tgz"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "~1.2.0",
|
||||
|
||||
@@ -45,6 +45,8 @@ module.exports = env => {
|
||||
hmr, // --env.hmr,
|
||||
unitTesting, // --env.unitTesting,
|
||||
verbose, // --env.verbose
|
||||
snapshotInDocker, // --env.snapshotInDocker
|
||||
skipSnapshotTools // --env.skipSnapshotTools
|
||||
} = env;
|
||||
const isAnySourceMapEnabled = !!sourceMap || !!hiddenSourceMap;
|
||||
const externals = nsWebpack.getConvertedExternals(env.externals);
|
||||
@@ -183,7 +185,7 @@ module.exports = env => {
|
||||
},
|
||||
].filter(loader => !!loader)
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
test: /\.(ts|css|scss|html|xml)$/,
|
||||
use: "nativescript-dev-webpack/hmr/hot-loader"
|
||||
@@ -277,6 +279,8 @@ module.exports = env => {
|
||||
],
|
||||
projectRoot,
|
||||
webpackConfig: config,
|
||||
snapshotInDocker,
|
||||
skipSnapshotTools
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user