mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 05:22:32 +08:00
changed name back to use underscore instead of camelcase, need to think more about this
This commit is contained in:
@ -13,10 +13,10 @@ config = merge(common, {
|
||||
fs: 'empty'
|
||||
},
|
||||
plugins: [
|
||||
new webpack.SourceMapDevToolPlugin({
|
||||
filename: null, // if no value is provided the sourcemap is inlined
|
||||
test: /\.(ts|js)($|\?)/i // process .js and .ts files only
|
||||
})
|
||||
// new webpack.SourceMapDevToolPlugin({
|
||||
// filename: null, // if no value is provided the sourcemap is inlined
|
||||
// test: /\.(ts|js)($|\?)/i // process .js and .ts files only
|
||||
// })
|
||||
]
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user