forked from webpack-contrib/extract-text-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 27
Cant use with 'babel-loader' #19
Copy link
Copy link
Open
Description
Im not sure if it issue with this plugin but when trying to use with 'babel-loader' line below :
loader : [
{ test: /myPattern/ , loader: 'babel-loader' },
{ test: /mySecondPattern/, loader: StringReplacePlugin({ settings }) },
]
I see :
Element from loaders list should have one of the fields 'loader' or 'loaders'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels