Stephen Li

Results 13 comments of Stephen Li

This worked for me in webpack4 without increasing the bundle size too much ``` module.exports = { optimization: { minimizer: [ new TerserPlugin({ terserOptions: { keep_classnames: true, }, }), ],...

I found after upgrading to `webpack-dev-server@4`, I also need to set `hot: false` ```ts devServer: { hot: false, devMiddleware: { writeToDisk: true, }, }, plugins: [ new WebpackUserscript({ proxyScript: {...

It's currently not possible to tell whether or not a playlist is owned by you or someone else in the sidebar html I'll keep this issue open for now but...