Created
March 23, 2017 18:53
-
-
Save bcomnes/789cd16f95d0248d87e79a145e9e50a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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