no message
Former-commit-id: 3b266f166779767a0dc8157dfbd8c31aeef3bcc6 [formerly 3b266f166779767a0dc8157dfbd8c31aeef3bcc6 [formerly 3b266f166779767a0dc8157dfbd8c31aeef3bcc6 [formerly 3b266f166779767a0dc8157dfbd8c31aeef3bcc6 [formerly b4d703829a0034dcfff13019c910db313098cca7 [formerly 292204b711176c8ab2ba3ad0b600d8693128b88c]]]]] Former-commit-id: a5611896b7a5b657695833e20e54e8b8f673abc6 Former-commit-id: bd7bacfc49b24f7217f74e7a2c1763db4eda7599 Former-commit-id: 90e16bd7e986c72eec5b619b854ee0c4e21803ff [formerly 96d84b233232002325b934b362a6ea3e792f4dae] Former-commit-id: dd32bafd74bdb863e5cbe72e4786172dc08f8213 Former-commit-id: 65703d62ff7f04c5ad4f4f9d84e5b169760f66ed Former-commit-id: 7b5fb2d7843ccad058b9d913c4701b2e18faa8f4 Former-commit-id: 27f4932eb99057e17c77b911b9d8ebc0f8b13d6f Former-commit-id: a65a14b8fe99a21abeecb528484cbe133f8ed388
This commit is contained in:
@@ -47,8 +47,7 @@ exports.cssLoaders = function (options) {
|
||||
if (options.extract) {
|
||||
return ExtractTextPlugin.extract({
|
||||
use: loaders,
|
||||
fallback: 'vue-style-loader',
|
||||
publicPath: '../../'
|
||||
fallback: 'vue-style-loader'
|
||||
})
|
||||
} else {
|
||||
return ['vue-style-loader'].concat(loaders)
|
||||
|
||||
@@ -56,7 +56,7 @@ module.exports = {
|
||||
assetsRoot: path.resolve(__dirname, '../dist'),
|
||||
assetsSubDirectory: 'static',
|
||||
// 请根据你的站点地址修改这里
|
||||
assetsPublicPath: './',
|
||||
assetsPublicPath: '/',
|
||||
|
||||
/**
|
||||
* Source Maps
|
||||
|
||||
Reference in New Issue
Block a user