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
1
Packages
Projects
Releases
Wiki
Activity
4e653e73c6
webpack
/
test
/
configCases
/
parsing
/
system.import
/
warnings.js
4 lines
75 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
=
[
Disable SystemJS plugin
2018-06-26 16:59:23 +08:00
[
/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
]
;