gpt4 book ai didi

javascript - 无法在 angularjs 和 ES6 中导入 ui-select

转载 作者:行者123 更新时间:2023-11-30 21:06:00 25 4
gpt4 key购买 nike

我正在尝试使用 yarn 和 webpack 在我的 js 文件中导入 ui-select,而不是在我的模块中导入它,如下所示。

import ngSanitize from 'angular-sanitize';
import uiselect from 'ui-select';
import 'ui-select/dist/select.css';

export default angular.module('app.module', [
/** ... **/
ngSanitize,
'ui.select'
/** ... **/
])

但是当我检查生成的 css 文件时,我可以看到 CSS 已正确导入,但 js 没有。(我的 webpack 配置没有问题,因为我可以在生成的 vendor 文件上看到 ngSanitize js 代码)

最佳答案

这似乎是正确的 ui-select github issue

您能否分享有关您的 webpack.config.js 文件的更多详细信息,可能是您在另一个输出文件中生成它。

关于javascript - 无法在 angularjs 和 ES6 中导入 ui-select,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46594315/

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