@daybrush/builder
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -22,3 +22,3 @@ const fs = require("fs"); | ||
*/`; | ||
const prototypeMinify = require("rollup-plugin-prototype-minify")(); | ||
const prototypeMinify = require("rollup-plugin-prototype-minify"); | ||
const commonjsPlugin = require("@rollup/plugin-commonjs")(); | ||
@@ -73,3 +73,3 @@ const typescriptPlugin = require("@rollup/plugin-typescript"); | ||
nextPlugins.push(...replacePlugin); | ||
nextPlugins.push(...plugins); | ||
minifyPrototype && nextPlugins.push(prototypeMinify({ | ||
@@ -76,0 +76,0 @@ sourcemap, |
{ | ||
"name": "@daybrush/builder", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
38128