@technik-sde/foxy
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@technik-sde/foxy", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
"main": "dist/foxy.js", | ||
"types": "dist/foxy.d.ts", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -28,3 +28,2 @@ "build": "rm -rf dev; webpack", | ||
"@typescript-eslint/parser": "2.21.0", | ||
"declaration-bundler-webpack-plugin": "smol/declaration-bundler-webpack-plugin", | ||
"eslint": "6.8.0", | ||
@@ -44,4 +43,3 @@ "eslint-plugin-array-func": "3.1.4", | ||
"webpack-cli": "3.3.11" | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"declaration": false, | ||
"outDir": "./ts/", | ||
"outDir": "./dist/", | ||
"module": "es2015", | ||
@@ -6,0 +6,0 @@ "target": "es2015", |
const path = require("path"); // eslint-disable-line | ||
const TerserPlugin = require("terser-webpack-plugin"); // eslint-disable-line | ||
const PRODUCTION = process.env.NODE_ENV === "production"; | ||
const DeclarationBundlerPlugin = require("declaration-bundler-webpack-plugin"); // eslint-disable-line | ||
@@ -47,9 +46,2 @@ const config = { | ||
plugins: [ | ||
new DeclarationBundlerPlugin({ | ||
moduleName: "foxy", | ||
out: "./foxy.d.ts" | ||
}) | ||
], | ||
optimization: { | ||
@@ -56,0 +48,0 @@ minimizer: [new TerserPlugin()] |
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
17
30
29468
530