同步代码
This commit is contained in:
@@ -8,6 +8,9 @@ const config: webpack.Configuration = merge(
|
||||
{
|
||||
mode: "production",
|
||||
entry: "./src/index.ts",
|
||||
externals: {
|
||||
'three': "THREE"
|
||||
},
|
||||
//输出设置
|
||||
output: {
|
||||
filename: "cad.js",
|
||||
|
||||
Reference in New Issue
Block a user