[WEBPACK] 2. Webpack : Khởi Tạo Project (nghiepuit)
https://www.youtube.com/watch?v=-yPEoARR9nM&list=PLJ5qtRQovuEOqsMokakP9ue-y_jXhmCwJ&index=2
{
"name": "webpack",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}
C:\Users\Administrator\Desktop\webpack\webpack.config.js
C:\Users\Administrator\Desktop\webpack\dist\index.html
C:\Users\Administrator\Desktop\webpack\src\index.js
C:\Users\Administrator\Desktop\webpack\src\math.js

PreviousWhat is the difference between @babel/core and babel-core? (ok)Next[WEBPACK] 3. Webpack : Apply Babel Cho Project (nghiepuit)
Last updated