summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-22 10:37:35 -0400
committerJules Laplace <jules@okfoc.us>2017-04-22 10:37:35 -0400
commit685154bb7d8532533957d5775678256d0dd1e133 (patch)
tree7fe44404e7896874cde71e576774e27f91b82aa3 /webpack.config.js
parentf8f2e8cd43a56a9c0cefd9fdc0da9535e301024f (diff)
use sku table properly
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js9
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
-// ],
}