@egjs/build-helper
Advanced tools
Comparing version 0.0.5 to 0.1.0
13
index.js
@@ -24,8 +24,2 @@ const fs = require("fs"); | ||
const typescriptPlugin = require("rollup-plugin-typescript"); | ||
const replacePlugin = require("rollup-plugin-replace")({ | ||
"#__VERSION__#": pkg.version, | ||
"/** @class */": "/*#__PURE__*/", | ||
delimiters: ["", ""], | ||
sourcemap: true, | ||
}); | ||
const minifyPlugin = require("rollup-plugin-prototype-minify")({ sourcemap: true }) | ||
@@ -64,2 +58,9 @@ const resolvePlugin = require("rollup-plugin-node-resolve")(); | ||
} = options; | ||
const replacePlugin = require("rollup-plugin-replace")({ | ||
"#__VERSION__#": pkg.version, | ||
"#__FILETYPE__#": format, | ||
"/** @class */": "/*#__PURE__*/", | ||
delimiters: ["", ""], | ||
sourcemap: true, | ||
}); | ||
const nextPlugins = plugins.concat([ | ||
@@ -66,0 +67,0 @@ typescriptPlugin({ |
{ | ||
"name": "@egjs/build-helper", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"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
6562
214