Add main.scss as an entry point for the dev build

This commit is contained in:
Owen Conti
2017-07-11 20:30:52 -06:00
parent 7000c20765
commit 87bb4420e2

View File

@@ -55,6 +55,7 @@ module.exports = require("./make-webpack-config")(rules, {
"./src/core/index.js"
],
"swagger-ui-standalone-preset": [
"./src/style/main.scss",
"./src/polyfills",
"./src/standalone/index.js",
]