Browse Source

remove postcss-math, bump deps

pull/4/head
f0x 5 years ago
parent
commit
3438b25816
  1. 4
      index.js
  2. 1
      package.json
  3. 602
      yarn.lock

4
index.js

@ -4,7 +4,7 @@ const babelify = require('babelify');
const icssify = require("icssify");
const prettyBytes = require("pretty-bytes");
const postcssPlugins = ["postcss-import", "postcss-strip-inline-comments", "postcss-nested", "postcss-simple-vars", "postcss-color-function", "autoprefixer", "postcss-math"].map((plugin) => require(plugin)());
const postcssPlugins = ["postcss-import", "postcss-strip-inline-comments", "postcss-nested", "postcss-simple-vars", "postcss-color-function", "autoprefixer"].map((plugin) => require(plugin)());
const browserifyConfig = {
transform: babelify.configure({presets: ["@babel/preset-env", "@babel/preset-react"]}),
@ -43,4 +43,4 @@ if (process.env.NODE_ENV == "development") {
b.bundle().pipe(output).on("finish", () => {
console.log("Finished bundle");
});
}
}

1
package.json

@ -21,7 +21,6 @@
"postcss-color-function": "^4.1.0",
"postcss-comment": "^2.0.0",
"postcss-import": "^12.0.1",
"postcss-math": "^0.0.10",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.1",
"postcss-scss": "^4.0.0",

602
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save