Skip to content

Commit b8d699c

Browse files
author
Thomas Bolis
committed
adding 'inline-source-map' as devtool
1 parent d5d04af commit b8d699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.examples.cfg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var config = {
2929
},
3030
debug: false,
3131
cache: true,
32-
devtool: 'inline-source-map',
32+
devtool: 'source-map',
3333
module: {
3434
loaders: [
3535
{test: /\.html$/, loader: 'html-loader', include: [examplesPath], exclude: /base\.html$/},

0 commit comments

Comments
 (0)