Authored by 毕凯

Merge branch 'hotfix/babel' into 'master'

babel-plugin-add-for-huawei



See merge request !450
... ... @@ -57,6 +57,7 @@
"autoprefixer": "^6.7.4",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.2",
"css-loader": "^0.27.3",
"cssnano": "^3.10.0",
... ...
... ... @@ -66,7 +66,7 @@ const cssLoader = (env, type) => {
const getEntries = () => {
const entries = {
libs: ['yoho-jquery'],
libs: ['babel-polyfill', 'yoho-jquery'],
index: path.join(__dirname, '../scss/index.css'),
common: path.join(__dirname, '../scss/common.css'),
feature: path.join(__dirname, '../scss/feature.css')
... ...