mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 12:45:38 +02:00
Enable scope hoisting
This commit is contained in:
3
webpack/plugins/hoist.ts
Normal file
3
webpack/plugins/hoist.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as webpack from 'webpack';
|
||||
|
||||
export default () => new webpack.optimize.ModuleConcatenationPlugin();
|
||||
Reference in New Issue
Block a user