mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 11:32:36 +08:00
Fixing wrong /public path, relative to the webpack.dev script, that would avoid webpack from cleaning previous builds. (#12351)
This commit is contained in:
@ -65,7 +65,7 @@ module.exports = merge(common, {
|
||||
},
|
||||
|
||||
plugins: [
|
||||
new CleanWebpackPlugin('../public/build', { allowExternal: true }),
|
||||
new CleanWebpackPlugin('../../public/build', { allowExternal: true }),
|
||||
extractSass,
|
||||
new HtmlWebpackPlugin({
|
||||
filename: path.resolve(__dirname, '../../public/views/index.html'),
|
||||
|
Reference in New Issue
Block a user