Webpack
Webpack
https://webpack.js.org 1/5
1/12/25, 6:22 PM webpack
bar();
src/bar.js
Bundle It
Without config or provide custom webpack.config.js
module.exports = {
entry: './src/index.js',
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'bundle.js',
},
};
page.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
...
</head>
<body>
...
<script src="dist/bundle.js"></script>
</body>
</html>
https://webpack.js.org 2/5
1/12/25, 6:22 PM webpack
Show sponsors by their average monthly amount of sponsoring in the last year.
Latest Sponsors
The following persons/organizations made their first donation in the last 14 days (limited to the top 10).
BECOME A SPONSOR
https://webpack.js.org 3/5
1/12/25, 6:22 PM webpack
BECOME A SPONSOR
BECOME A SPONSOR
BECOME A SPONSOR
Bronze Monthly Sponsors are those who are currently pledging $10 to $100 monthly to webpack.
BECOME A SPONSOR
Backers
The following Backers are individuals who have contributed various amounts of money in order to help
support webpack. Every little bit helps, and we appreciate even the smallest contributions. This list
shows 100 randomly chosen backers:
BECOME A BACKER
https://webpack.js.org 5/5