...
|
...
|
@@ -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')
|
...
|
...
|
|