mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
fix build
This commit is contained in:
@@ -170,7 +170,7 @@ if (process.env.NODE_ENV === 'production') {
|
||||
delete module.exports.devtool;
|
||||
module.exports.output = {
|
||||
path: path.join(__dirname, '../docs/dist'),
|
||||
publicPath: '/vue',
|
||||
publicPath: './',
|
||||
filename: '[name].[hash:8].js'
|
||||
};
|
||||
module.exports.plugins = module.exports.plugins.concat([
|
||||
|
Reference in New Issue
Block a user