[WEBPACK] Dùng webpack để sử dụng từ khóa import, export (ok)
package.json
{
"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"
}
math.js
index.html
Các bước thực hành
Bài 2: Babel

webpack.config.js
Mẫu hoàn chỉnh sử dụng được luôn ES6 && ReactJS
Last updated