-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Using the latest version, currently 0.2.0
, when I start my webpack dev server some of my source maps are not visible in the browser. If I downgrade back to 0.1.1
they are visible in the browser again.
const babelLoader = {
loader: 'babel-loader',
options: {
cacheDirectory: true,
presets: [['latest', {modules: false}]],
plugins: [
'transform-class-properties',
'transform-object-rest-spread'
]
}
};
const javascriptRule = {
...
use: ['ng-annotate-loader', babelLoader]
};
const config = {
devtool: 'cheap-module-eval-source-map',
...
module: {
rules: [
...
javascriptRule
]
},
}
browser: Chrome 56.0.2924.87 (64-bit)
webpack: v2.2.1
babel-loader: v6.2.10
jdolle and timothylombrana
Metadata
Metadata
Assignees
Labels
No labels