[WEBPACK] Dùng webpack để sử dụng từ khóa import, export (ok)
{
"name": "abc",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"webpack": "^4.42.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"watch": "webpack --watch"
},
"author": "",
"license": "ISC"
}
Các bước thực hành

Last updated