浏览代码

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

bubble
Owen Conti 7 年前
父节点
当前提交
87bb4420e2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      webpack-hot-dev-server.config.js

+ 1
- 0
webpack-hot-dev-server.config.js 查看文件

@@ -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",
]


正在加载...
取消
保存