htaccess for routing #2054
This commit is contained in:
@@ -74,10 +74,12 @@ module.exports = {
|
||||
}),
|
||||
new HtmlWebpackHarddiskPlugin(),
|
||||
new VueLoaderPlugin(),
|
||||
new CopyWebpackPlugin([{
|
||||
from: utils.resolve('static/img'),
|
||||
to: utils.resolve('dist/static/img'),
|
||||
toType: 'dir'
|
||||
}])
|
||||
new CopyWebpackPlugin([
|
||||
{
|
||||
from: utils.resolve('static/img'),
|
||||
to: utils.resolve('dist/static/img'),
|
||||
toType: 'dir'
|
||||
}
|
||||
])
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user