problem description there is a syntax for writing ES7 in the project. I would like to ask the gods, which plug-in in the bable series can be used to translate ES7?? look forward to your advice. Thank you here the environmental background of the pro...
function jsCompile() { return gulp .src(paths.src.jsFiles) .pipe( babel({ presets: ["@babel preset-env"], plugins: ["@babel plugin-transform-runtime"] }) ) .pipe(gulp.dest(paths.dist.bas...
in the process of learning webpack packaging, other js files are introduced with require in main.js, then the service is started with webpack-dev-server , and an error is reported after opening it . webpack.config.js is configured as follows: ...