diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-24 15:10:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-24 15:10:00 +0900 |
| commit | 5620ae7384ac4975def8b1949f39ac48241ae16e (patch) | |
| tree | cd781dba17acd04f449b5650de9dd361d3791d77 /webpack/plugins/minify.ts | |
| parent | いい感じに (diff) | |
| download | misskey-5620ae7384ac4975def8b1949f39ac48241ae16e.tar.gz misskey-5620ae7384ac4975def8b1949f39ac48241ae16e.tar.bz2 misskey-5620ae7384ac4975def8b1949f39ac48241ae16e.zip | |
Fix
Diffstat (limited to 'webpack/plugins/minify.ts')
| -rw-r--r-- | webpack/plugins/minify.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack/plugins/minify.ts b/webpack/plugins/minify.ts new file mode 100644 index 0000000000..78c587afea --- /dev/null +++ b/webpack/plugins/minify.ts @@ -0,0 +1,3 @@ +const UglifyJSPlugin = require('uglifyjs-webpack-plugin'); + +export default () => new UglifyJSPlugin(); |