You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides a basic Webpack configuration template for your web development projects. It is preconfigured to bundle JavaScript (TS), CSS (Scss), and assets efficiently.
This project has been using webpack, you can now run
npm run build
pnpm build
or
yarn build
to bundle your application
About
This repository provides a basic Webpack configuration template for your web development projects. It is preconfigured to bundle JavaScript (TS), CSS (Scss), and assets efficiently.