Javascript – Es6-Import-Importproblem
迷茫
迷茫 2017-05-18 11:02:00
0
1
438

Ist der Import von es6 beim Importieren von etwas nicht durch Export oder Exportstandard verfügbar gemacht? Warum kann der Stift auch direkt durch Import importiert werden, wenn eine Stiftdatei im Webpack geschrieben wird?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

Antworte allen(1)
迷茫

ES6 Module 导入方式仅对 js 文件有效。其他类型的文件,Webpack 通过 loader 插件处理后导入。

Loader: Loaders are transformations that are applied on the source code of a module. They allow you to preprocess files as you require() or “load” them. Thus, loaders are kind of like “tasks” in other build tools, and provide a powerful way to handle front-end build steps. Loaders can transform files from a different language (like TypeScript) to JavaScript, or inline images as data URLs. Loaders even allow you to do things like require() CSS files right in your JavaScript!

webpack loader

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage