chexiu-cli
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "chexiu-cli", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "这是一个cli", | ||
@@ -5,0 +5,0 @@ "module": "esm", |
module.exports = { | ||
presets: [ | ||
[ | ||
'@babel/preset-env', | ||
"@babel/preset-env", | ||
{ | ||
useBuiltIns: 'entry' | ||
} | ||
corejs: { | ||
version: 3, | ||
proposals: true, | ||
}, | ||
useBuiltIns: "entry", | ||
}, | ||
], | ||
'@vue/babel-preset-jsx' | ||
] | ||
} | ||
"@vue/babel-preset-jsx", | ||
], | ||
}; |
@@ -116,3 +116,3 @@ const path = require('path'); | ||
// Ignore all `txt` files | ||
'./index.html', | ||
'**/index.ejs', | ||
], | ||
@@ -126,3 +126,3 @@ }, | ||
favicon: resolveDirname('./public/favicon.ico'), | ||
template: resolveDirname('./public/index.html'), | ||
template: resolveDirname('./public/index.ejs'), | ||
}), | ||
@@ -129,0 +129,0 @@ new CleanWebpackPlugin(), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47435
784