提交 ced30554 编写于 作者: sq3536's avatar sq3536

环境

上级 c09721a2
因为 它太大了无法显示 源差异 。您可以改为 查看blob
因为 它太大了无法显示 源差异 。您可以改为 查看blob
module.exports = {
lintOnSave: false,
devServer: {
publicPath: './',
// 去除 map 文件 1
productionSourceMap: false,
outputDir:"../ibzlite-app/ibzlite-app-web/target/classes/META-INF/resources/avuedata/",
devServer: {
host: '0.0.0.0',
publicPath: './',
// 去除 map 文件 1
productionSourceMap: false,
outputDir:"../ibzlite-app/ibzlite-app-web/target/classes/META-INF/resources/avuedata/",
port: 9111,
compress: true,
disableHostCheck: true,
......
......@@ -77,15 +77,8 @@
<workingDirectory>../../app_web</workingDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<execution>
<id>exec-yarn-run-install</id>
<id>exec-yarn-run-install2</id>
<phase>prepare-package</phase>
<goals>
<goal>exec</goal>
......@@ -96,7 +89,7 @@
</configuration>
</execution>
<execution>
<id>exec-yarn-run-build</id>
<id>exec-yarn-run-build2</id>
<phase>prepare-package</phase>
<goals>
<goal>exec</goal>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册