UNPKG
webpack-init-project
Version:
latest (1.0.1)
1.0.1
1.0.0
learning webpack completely
github.com/specialCoder/use-webpack
specialCoder/use-webpack
webpack-init-project
/
postcss.config.js
5 lines
•
65 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
plugins:
[
require
(
'autoprefixer'
) ] }