summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 4a07bea9..a8fd52c4 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -3,7 +3,7 @@ const { VueLoaderPlugin } = require('vue-loader')
const StyleLintPlugin = require('stylelint-webpack-plugin')
module.exports = {
- entry: path.join(__dirname, 'src', 'main.js'),
+ entry: ['babel-polyfill', path.join(__dirname, 'src', 'main.js')],
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',