mirror of
https://github.com/jbcr/core.git
synced 2026-04-03 06:42:30 +02:00
Added versioning, source maps, reload server, postcss, autoprefixer and tidied up package.json scripts.
6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {}
|
|
}
|
|
}
|