This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
7ee3bab88a
webpack
/
test
/
configCases
/
parsing
/
system.import
/
warnings.js
4 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Deprecate System.import() parser plugin - `system: undefined`: Warns if `System.import()` is used - `system: true`: Disable warning - `system: false`: Skip `System.import()` instrumentation
2018-01-16 04:26:47 +08:00
module
.
exports
=
[
add plugin system for Stats presets, defaults, creation and printing
2018-12-19 01:29:12 +08:00
[
{
compilerPath
:
/system_true/
}
,
/System\.import\(\) is deprecated/
]
Deprecate System.import() parser plugin - `system: undefined`: Warns if `System.import()` is used - `system: true`: Disable warning - `system: false`: Skip `System.import()` instrumentation
2018-01-16 04:26:47 +08:00
]
;