Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Created March 23, 2017 18:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bcomnes/789cd16f95d0248d87e79a145e9e50a5 to your computer and use it in GitHub Desktop.
Save bcomnes/789cd16f95d0248d87e79a145e9e50a5 to your computer and use it in GitHub Desktop.
module.exports = {
use: [
'autoprefixer',
'postcss-import',
'postcss-url',
'postcss-browser-reporter',
'postcss-reporter'
],
input: 'index.css',
output: 'dist/bundle.css',
map: 'file',
'postcss-url': {
url: 'copy',
useHash: true,
assetsPath: 'assets'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment