This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
f95bc4e7b4
webpack
/
examples
/
side-effects
/
webpack.config.js
8 lines
77 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: use `eslint-config-webpack` (#19645)
2025-07-02 20:10:54 +08:00
"use strict"
;
fix side-effects example
2019-01-25 20:15:34 +08:00
module
.
exports
=
{
optimization
:
{
sideEffects
:
true
}
}
;