alexander.akait
8f860a32d7
refactor: `strict` for config
2023-05-24 00:25:06 +03:00
Ivan Kopeykin
1bdc48e32b
improve runtime template
...
- add optional chaining support check,
- add template string support check,
- use template string in asset generator
2021-11-21 21:18:11 +03:00
Tobias Koppers
4845915c0b
Lazy require some modules
2021-05-26 21:35:46 +02:00
Tobias Koppers
44b4e25b98
fixes for electron target
...
electron has `importScripts` in worker
only choose a chunkLoading which fits to the chunkFormat
prefer fetch wasm loading over node wasm loading
2021-02-15 17:19:08 +01:00
Tobias Koppers
7597fe3baf
make browserslist the default target when browserslist config is available
2020-09-28 13:48:13 +02:00
Tobias Koppers
d6c7adf3fb
throw error when no browserslist config found
2020-09-28 11:39:52 +02:00
Tobias Koppers
fa8870718e
fill missing ecmaversion information from other sources
2020-09-28 11:18:25 +02:00
Sergey Melyukov
baafdc189f
(fix): support win platform
2020-09-24 23:10:33 +03:00
Sergey Melyukov
d1970115a4
(fix): simplify browserslist syntax
2020-09-24 15:41:54 +03:00
Sergey Melyukov
3996c7d6d4
(fix): remove browserslist from default
2020-09-24 14:50:08 +03:00
Sergey Melyukov
b08ceda023
(fix): fix
2020-09-24 14:46:07 +03:00
Sergey Melyukov
923f138fbf
(fix): linting
2020-09-24 14:42:27 +03:00
Sergey Melyukov
bdf3529021
(feat): improve browserslist support
2020-09-24 14:33:09 +03:00
Sergey Melyukov
f592194e10
(feat): support browserslist
2020-09-23 17:15:33 +03:00
Tobias Koppers
bbdb33a5cf
rename output.environment.import -> output.environment.dynamicImport
2020-09-11 23:11:02 +02:00
Tobias Koppers
7e85649492
improve target options
...
infer target properties from different targets and fill defaults from that
custom targets can now be created via `target: false` and a plugin (similar to the other options)
add stubs from universal chunk/wasm loading and module chunk format
add externalsPresets.electron and externalsPresets.electronRenderer
node.__file/dirname: "eval-only"
2020-09-10 11:42:09 +02:00