Commit c8940c5a authored by wildfirecode13's avatar wildfirecode13

1

parent e2ecc459
......@@ -11,8 +11,6 @@ const TerserPlugin = require("terser-webpack-plugin");
const OptimizeCSSAssetsPlugin = require("optimize-css-assets-webpack-plugin");
const ProgressBarPlugin = require("progress-bar-webpack-plugin");
const HtmlJsToES5Plugin = require("./HtmlJsToES5Plugin");
module.exports = function (isProd) {
const appPath = process.cwd();
......
......@@ -9,10 +9,16 @@
<script src="//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"></script>
<script src="//yun.duiba.com.cn/h5/lib/zepto.min.js"></script>
<script>
let a = () => {
console.log(a);
console.log(`${123}456${789}`)
const [a,b] = [1,2]
</script>
<script>
let testFunc2 = () => {
const str2 = 'hello';
console.log(str2)
}
</script>
<script>
function getApp() {
return {
......
......@@ -9,5 +9,5 @@ module.exports ={
"IMAGE_Q1": 0.6,
"IMAGE_Q2": 0.8,
"RES_PATH": "/src/assets/",
"RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/sparkproject-1615946260312/1615963701459"
"RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/sparkproject-1615946260312/1615967724737"
}
\ No newline at end of file
{"assetsPathArr":["//yun.duiba.com.cn/spark/v2/sparkproject-1615946260312/1615963701459/index/index_bg.png"]}
\ No newline at end of file
{"assetsPathArr":["//yun.duiba.com.cn/spark/v2/sparkproject-1615946260312/1615967724737/index/index_bg.png"]}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment