diff options
| author | mokha <mokha@cisco.com> | 2018-09-30 16:19:03 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-09-30 16:19:03 -0600 |
| commit | 99d499a1088ab804f9061f718bfe8180374b7941 (patch) | |
| tree | d00c3e3e14b23c4fc26b504e96927090f6bb0ca8 /package.json | |
| parent | 8b93bddb4758ae728b87f22143f11d6fb46f47db (diff) | |
* https://survivejs.com/webpack/extending/plugins/
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index fd14529..32efbe0 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "build": "webpack --mode production", + "build:plugin": "webpack --config webpack.plugin.js", "build:i18n": "webpack --config webpack.i18n.js", "build:ssr": "webpack --config webpack.ssr.js", "build:stats": "webpack --mode production --json > stats.json", @@ -65,6 +66,7 @@ "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.9", "webpack-merge": "^4.1.4", + "webpack-sources": "^1.3.0", "worker-loader": "^2.0.0" }, "dependencies": { |
