Closed Paladnix closed 10 months ago
How to keep origin code not been updated?
There are some fixed css code and personal css code, link like this. BUT, it is been updated by plugin.
<link rel="stylesheet" href="/static/plugins/prism/prism.css" type="text/css" />
You should can you webpackConfig.output.publicPath in template to use the valid public path, please read here https://github.com/jantimon/html-webpack-plugin#writing-your-own-templates, feel free to feedback
webpackConfig.output.publicPath
How to keep origin code not been updated?
There are some fixed css code and personal css code, link like this. BUT, it is been updated by plugin.