diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-22 10:37:35 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-22 10:37:35 -0400 |
| commit | 685154bb7d8532533957d5775678256d0dd1e133 (patch) | |
| tree | 7fe44404e7896874cde71e576774e27f91b82aa3 /webpack.config.js | |
| parent | f8f2e8cd43a56a9c0cefd9fdc0da9535e301024f (diff) | |
use sku table properly
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webpack.config.js b/webpack.config.js index 6f4aa70..81b2b1a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -21,13 +21,4 @@ module.exports = { } ] }, -// plugins: [ -// new webpack.DefinePlugin({ // <-- key to reducing React's size -// 'process.env': { -// 'NODE_ENV': JSON.stringify('production') -// } -// }), -// new webpack.optimize.UglifyJsPlugin(), // minify everything -// new webpack.optimize.AggressiveMergingPlugin() // merge chunks -// ], } |
