Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit 9510d62

Browse files
committed
feat(styleguide): add sourcemaps to built file
1 parent 0d2e3ac commit 9510d62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/styleguide.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ module.exports = {
3030
webpackConfig: {
3131
module: {
3232
loaders,
33-
}
33+
},
34+
devtool: 'inline-source-map'
3435
},
3536
serverPort: 6062
3637
};

0 commit comments

Comments
 (0)