-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I got this error message while trying to incorporate webpack-profile.
any idea what i am missing? Thanks. Below are my config:
dev: {
vars: {
//section with variables passed to webpack.DefinePlugin
},
config: {
devtool: 'inline-source-map',
plugins: [
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin(),
],
module: {
loaders: [{
test: /\.jsx?$/,
loaders: [
'react-hot',
'babel?presets[]=es2015,presets[]=react',
],
exclude: /(node_modules|bower_components)/
},
{
test: /\.css?$/,
loader: 'style!css',
exclude: /node_modules/
}]
}
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels