Created
October 18, 2018 07:41
-
-
Save mitnick78/cdde9b1e7d82761a09cfe4c751a3b2a4 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
entry: { | |
front:"./build/resources/src/front/.scss", | |
mobile:"./build/resources/src/mobile/.scss", | |
rwd: "./build/resources/src/rwd/*.scss" | |
}, | |
output: { | |
filename: '[name].css', | |
path: path.resolve(__dirname, './application/site/resources/', "src"), | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment