cool, now i **have** to fix the master branch. ree

This commit is contained in:
Letter N
2020-07-21 13:39:28 +08:00
parent e27bc2eda3
commit cf51c5aa2a
18 changed files with 165 additions and 3 deletions
+6 -3
View File
@@ -1,5 +1,7 @@
/**
* @file
* This plugin saves overall about 10KB on the final bundle size, so it's
* sort of worth it.
*
* We are using a .cjs extension because:
*
* 1. Webpack CLI only supports CommonJS modules;
@@ -9,8 +11,9 @@
* We need to copy-paste the whole "multiline" function because we can't
* synchronously import an ES module from a CommonJS module.
*
* This plugin saves overall about 10KB on the final bundle size, so it's
* sort of worth it.
* @file
* @copyright 2020 Aleksej Komarov
* @license MIT
*/
/**