diff options
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js new file mode 100644 index 00000000000..a182fd74244 --- /dev/null +++ b/webpack.common.js @@ -0,0 +1,3 @@ +const core = require('./core/webpack'); + +module.exports = [].concat(core); |