enable sourcemap
This commit is contained in:
parent
7deb3745bf
commit
5f1de43493
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ var cssnano = require('cssnano');
|
||||||
require('dotenv').config();
|
require('dotenv').config();
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
devtool: 'hidden-source-map',
|
devtool: 'source-map',
|
||||||
|
|
||||||
entry: {
|
entry: {
|
||||||
app: [
|
app: [
|
||||||
|
|
Loading…
Reference in a new issue