gpt4 book ai didi

javascript - 使用 NPM 和 Webpack 的开放层

转载 作者:行者123 更新时间:2023-11-30 15:57:42 27 4
gpt4 key购买 nike

我正在尝试使用 NPM 和 Webpack 将 Open Layers 3 导入到我的应用程序中进行捆绑,但我收到错误消息并且 map 未呈现:

./~/openlayers/dist/ol.js Critical dependencies: 567:411-418 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results. @ ./~/openlayers/dist/ol.js 567:411-418

使用以下方式导入开放层:

import ol from 'openlayers';

我尝试在 Webpack 中使用 noParse 选项:noParse:/dist\/ol.js/ 但没有成功。

如何将 Open Layers 与 NPM 和 Webpack 一起使用?

最佳答案

显然,我必须准确地找到它所在的位置:

工作解决方案:

var Path = require("path");
noParse: [Path.join(__dirname, "node_modules/openlayers/dist/ol.js")]

关于javascript - 使用 NPM 和 Webpack 的开放层,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38241698/

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