ux: minor changes

This commit is contained in:
Torkel Ödegaard
2017-11-01 14:23:46 +01:00
parent 84b10df887
commit 97cc454ded
9 changed files with 75 additions and 16 deletions

View File

@ -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'),