mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-21 19:43:58 +08:00
fix: missing public path '/lib' in webpack config
This commit is contained in:
@@ -22,6 +22,10 @@ module.exports = {
|
|||||||
directory: path.join(__dirname, 'src'),
|
directory: path.join(__dirname, 'src'),
|
||||||
publicPath: '/src',
|
publicPath: '/src',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
directory: path.join(__dirname, 'lib'),
|
||||||
|
publicPath: '/lib',
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
|
Reference in New Issue
Block a user