gpt4 book ai didi

javascript - 将 ES6 模块与 WebPack 一起使用,为什么还需要 require

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:46:47 25 4
gpt4 key购买 nike

在下面的代码示例中,为什么注释行无法导入标记?我正在使用 https://github.com/shama/es6-loader

module $ from 'jquery';
module React from 'react';

//import { marked } from 'marked';
var marked = require("marked");

这是一个示例存储库:https://github.com/justin808/react-tutorial-hot/tree/es6

这个演示展示了:1. Webpack 和热重载2. react 3.ES6

最佳答案

您正在使用 destructuring operator如果没有任何可解构的东西,即 marked 导出一个函数,这将不起作用。

import marked from 'marked' 应该可以。

关于javascript - 将 ES6 模块与 WebPack 一起使用,为什么还需要 require,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25566078/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com