1 parent 5d39385 commit 9f8cdd2Copy full SHA for 9f8cdd2
1 file changed
examples/scope-hoisting/webpack.config.js
@@ -0,0 +1,7 @@
1
+var webpack = require("../../");
2
+
3
+module.exports = {
4
+ plugins: [
5
+ new webpack.optimize.ModuleConcatenationPlugin()
6
+ ]
7
+};
0 commit comments