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
b4dfee432d
webpack
/
examples
/
css
/
webpack.config.js
11 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: use `eslint-config-webpack` (#19645)
2025-07-02 20:10:54 +08:00
"use strict"
;
css generation and hmr
2021-11-30 19:55:51 +08:00
module
.
exports
=
{
output
:
{
uniqueName
:
"app"
}
,
experiments
:
{
css
:
true
}
}
;