@daybrush/builder
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -10,2 +10,4 @@ const pkg = require(process.cwd() + "/package.json"); | ||
*/`; | ||
const commonjsPlugin = require("rollup-plugin-commonjs")(); | ||
const typescriptPlugin = require("rollup-plugin-typescript")({ | ||
@@ -47,2 +49,3 @@ "module": "es2015", | ||
resolve, // boolean | ||
commonjs, // boolean, | ||
visualizer, // options | ||
@@ -56,2 +59,3 @@ external, // {object} | ||
commonjs && plugins.push(commonjsPlugin); | ||
resolve && plugins.push(resolvePlugin); | ||
@@ -58,0 +62,0 @@ if (uglify) { |
{ | ||
"name": "@daybrush/builder", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -21,2 +21,3 @@ "main": "index.js", | ||
"rollup": "^1.7.4", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
@@ -23,0 +24,0 @@ "rollup-plugin-prototype-minify": "^1.0.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6250
200
8
+ Addedrollup-plugin-commonjs@9.3.4(transitive)