You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but this does not support multiple loaders. For that, only the string syntax is supported: react-hot!babel?stage=0&optional[]=runtime. I would like to be able to use the object literal syntax to specify multiple loaders with query parameters:
loaders: [{test: /\.js$/,loaders: [{loader: 'react-hot'},// or just 'react-hot', using the string syntax as shorthand{loader: 'babel',query: {stage: 0,optional: ['runtime']}]}]
Currently to specify a loader you can write:
but this does not support multiple loaders. For that, only the string syntax is supported:
react-hot!babel?stage=0&optional[]=runtime. I would like to be able to use the object literal syntax to specify multiple loaders with query parameters: