Authored by htoooth

merge

... ... @@ -82,7 +82,7 @@ exports.postcssPlugin = (et) => {
Object.assign(sprites, {
basePath: path.join(__dirname, '../img/'),
stylesheetPath: path.join(__dirname, './bundle'),
spritePath: path.join(__dirname, './bundle'),
spritePath: path.join(__dirname, './bundle')
});
}
... ...
... ... @@ -114,7 +114,7 @@ module.exports = (env) => {
css: cssLoader(env, 'vue')
}
}
}],
}]
}, {
test: /\.css$/,
use: cssLoader(env, 'css')
... ...
... ... @@ -26,7 +26,7 @@ _.mergeWith(baseConfig, {
colors: true,
children: false,
chunks: false,
assetsSort: 'size',
assetsSort: 'size'
},
headers: {
'Access-Control-Allow-Origin': '*'
... ...