No longer need to put ruffle stuff in source tree. Made ruffle not use

polyfills also.
This commit is contained in:
Henry Jameson 2021-04-11 23:03:03 +03:00
parent d695dcaff9
commit 2f549774ab
9 changed files with 633 additions and 214 deletions

View file

@ -21,6 +21,7 @@ var compiler = webpack(webpackConfig)
var devMiddleware = require('webpack-dev-middleware')(compiler, {
publicPath: webpackConfig.output.publicPath,
writeToDisk: true,
stats: {
colors: true,
chunks: false