Files
obsidian_note/技术探究/前端/webpack/import 报错 懒加载.md
2025-12-04 09:12:56 +08:00

11 lines
347 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
es6 动态引入 报错
dynamic-import-node -> dynamic-import-webpack
![[企业微信截图_16850860511501.png]]
babel-plugin-dynamic-import-node -> babel-plugin-dynamic-import-webpack
![[企业微信截图_16850860633778.png]]
![[企业微信截图_16850860865162.png]]
webpack4的bug不支持es6的动态引入语法import()