Browse Source

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

bubble
Owen Conti 7 years ago
parent
commit
87bb4420e2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      webpack-hot-dev-server.config.js

+ 1
- 0
webpack-hot-dev-server.config.js 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",
]


Loading…
Cancel
Save