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: ...
KnowledgeOP.setOption({ tooltip: { show: false, }, legend: [{ selectedMode: true, data: categories.map(a => a.name), }], toolbox: { ...
does the red box checkbox use the current page or all pages? ...
when using SpringBoot for development, accessing any page will be redirected to login.jsp because the shiro Springboot version is used for permission management: both 2 and 1.5 are the same problem ...
Radial gradient radial-gradient setting the gradient radius seems to be just these four values: closest-side,closest-corner,farthest-side,farthest-corner. Can you directly use px to set the radius distance? ...
this is a method used to verify the bank card number in the input box. How to use this inspection rule in bootstrapValidaor to check verify bank card account var bankAccount = function (bankno) { var isChecked = false; var n = ^[10|18|30|...