1 Star 0 Fork 85

冷风/three-vis-display-editor

forked from vis-three/scene-editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shiotsuki 提交于 2023-02-06 16:12 . feat:0.5.x connect
const path = require("path");
const configureWebpack = require("./utils/configureWebpack");
const devServer = require("./utils/devServer");
module.exports = {
runtimeCompiler: true,
publicPath: "./",
productionSourceMap: process.env.NODE_ENV !== "production",
pluginOptions: {
"style-resources-loader": {
preProcessor: "less",
patterns: [path.resolve(__dirname, "./src/assets/less/common.less")],
},
},
transpileDependencies: [
/[/\\]node_modules[/\\]vis-three[/\\]/,
/[/\\]node_modules[/\\]@vis-three[/\\]/,
],
devServer,
configureWebpack,
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lengfeng0496/three-vis-display-editor.git
git@gitee.com:lengfeng0496/three-vis-display-editor.git
lengfeng0496
three-vis-display-editor
three-vis-display-editor
master

搜索帮助