Skip to content

Instantly share code, notes, and snippets.

@sasha240100
Created February 27, 2018 10:37
Show Gist options
  • Save sasha240100/883ab7b329905361fa61921f145fb063 to your computer and use it in GitHub Desktop.
Save sasha240100/883ab7b329905361fa61921f145fb063 to your computer and use it in GitHub Desktop.
// ...
plugins: [
postcss({
modules: true
}),
babel({
exclude: 'node_modules/**'
}),
replace({
'process.env.NODE_ENV': JSON.stringify('development')
}),
resolve(),
commonjs()
],
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment