mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
chore(pacakge): bump webpack
This commit is contained in:
parent
9e2e902b18
commit
a1c4d48f54
1409
package-lock.json
generated
1409
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,7 @@
|
|||||||
"@types/lodash": "^4.14.105",
|
"@types/lodash": "^4.14.105",
|
||||||
"@types/node": "8.0.47",
|
"@types/node": "8.0.47",
|
||||||
"@types/rimraf": "^2.0.2",
|
"@types/rimraf": "^2.0.2",
|
||||||
"@types/webpack": "^3.8.1",
|
"@types/webpack": "^4.1.1",
|
||||||
"async-promise-queue": "^1.0.4",
|
"async-promise-queue": "^1.0.4",
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.0",
|
||||||
"babel-preset-env": "^1.6.1",
|
"babel-preset-env": "^1.6.1",
|
||||||
@ -63,9 +63,9 @@
|
|||||||
"tslint": "5.8.0",
|
"tslint": "5.8.0",
|
||||||
"tslint-ionic-rules": "0.0.11",
|
"tslint-ionic-rules": "0.0.11",
|
||||||
"typescript": "2.6.2",
|
"typescript": "2.6.2",
|
||||||
"uglifyjs-webpack-plugin": "^1.1.2",
|
"uglifyjs-webpack-plugin": "^1.2.4",
|
||||||
"unminified-webpack-plugin": "^1.4.2",
|
"unminified-webpack-plugin": "^2.0.0",
|
||||||
"webpack": "^3.9.1",
|
"webpack": "^4.1.1",
|
||||||
"winston": "^3.0.0-rc1",
|
"winston": "^3.0.0-rc1",
|
||||||
"zone.js": "^0.8.20"
|
"zone.js": "^0.8.20"
|
||||||
},
|
},
|
||||||
|
@ -15,6 +15,7 @@ const INJECTABLE_CLASSES = fs.readJSONSync(EMIT_PATH).map((item: InjectableClass
|
|||||||
});
|
});
|
||||||
|
|
||||||
const webpackConfig: webpack.Configuration = {
|
const webpackConfig: webpack.Configuration = {
|
||||||
|
mode: 'production',
|
||||||
entry: INDEX_PATH,
|
entry: INDEX_PATH,
|
||||||
devtool: 'source-map',
|
devtool: 'source-map',
|
||||||
target: 'web',
|
target: 'web',
|
||||||
|
Loading…
Reference in New Issue
Block a user