housekeeping: cypress standalone failures (via #5446)

* webpack.dist-style.config.js -> webpack-dist-style.config.js

* correctly generate stylesheets in dev server

* attempt to recover from missing StandalonePlugin in Cypress runner
This commit is contained in:
kyle
2019-07-08 01:15:26 -05:00
committed by GitHub
parent 21bb452cb7
commit 9f10ab1d65
6 changed files with 10 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
const path = require("path")
const styleRules = require("./webpack.dist-style.config.js")
const styleRules = require("./webpack-dist-style.config.js")
let rules = [
{ test: /\.(worker\.js)(\?.*)?$/,