This website requires JavaScript.
Explore
Help
Sign In
root
/
regexper-static
Watch
1
Star
0
Fork
0
You've already forked regexper-static
Code
Issues
Pull Requests
Releases
Wiki
Activity
355ef79d20
regexper-static
/
postcss.config.js
6 lines
70 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Base webpack config
2018-02-10 20:58:29 +00:00
module
.
exports
=
{
Fixing postcss config
2018-02-11 12:04:36 +00:00
plugins
:
[
Switching to use cssnext
2018-02-11 19:51:17 +00:00
require
(
'postcss-cssnext'
)
Base webpack config
2018-02-10 20:58:29 +00:00
]
}
;
Reference in New Issue
Copy Permalink