mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 04:42:13 +08:00
ux: minor changes
This commit is contained in:
@ -21,7 +21,7 @@ module.exports = merge(common, {
|
||||
module: {
|
||||
rules: [
|
||||
require('./sass.rule.js')({
|
||||
sourceMap: true, minimize: false
|
||||
sourceMap: false, minimize: false
|
||||
})
|
||||
]
|
||||
},
|
||||
@ -29,6 +29,7 @@ module.exports = merge(common, {
|
||||
plugins: [
|
||||
new ExtractTextPlugin({ // define where to save the file
|
||||
filename: 'grafana.[name].css',
|
||||
allChunks: true,
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: path.resolve(__dirname, '../../public/views/index.html'),
|
||||
|
Reference in New Issue
Block a user