-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
This block:
export default /* DEV */ Object.keys(/* /DEV */ actionTypes /* DEV */).reduce(should translate to export default actionTypes on production, however it goes to export defaultactionTypes, no matter how many spaces I add there. Only a newline is helping.
Is this a bug?
Webpack loader:
module: {
rules: [
{
test: /\.jsx?$/,
include: path.join(__dirname, 'src'),
use: [
'babel-loader',
'webpack-strip-block?start=DEV&end=%2FDEV'
]
},
...nudge-sangbeomhan
Metadata
Metadata
Assignees
Labels
No labels