restore composer.json, add mysqli extension
This commit is contained in:
10
public/vendor/editor/postcss.config.js
vendored
Executable file
10
public/vendor/editor/postcss.config.js
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
// It is handy to not have those transformations while we developing
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
module.exports = {
|
||||
plugins: [require("autoprefixer"), require("cssnano")]
|
||||
};
|
||||
} else if (process.env.NODE_ENV === "development") {
|
||||
module.exports = {
|
||||
plugins: [require("autoprefixer")]
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user