@webextension-toolbox/webextension-toolbox
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -10,2 +10,7 @@ # Changelog | ||
## [5.2.1] - 2021-04-14 | ||
### Fixed | ||
- ts-loader should load service_worker to parse if its written in typescript | ||
## [5.2.0] - 2021-04-14 | ||
@@ -12,0 +17,0 @@ |
@@ -140,3 +140,3 @@ "use strict"; | ||
test: /\.tsx?$/, | ||
exclude: /node_modules|service_worker/, | ||
exclude: /node_modules/, | ||
loader: "ts-loader", | ||
@@ -143,0 +143,0 @@ }); |
{ | ||
"name": "@webextension-toolbox/webextension-toolbox", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Framework for WebExtensions (Firefox, Chrome, Opera, Edge)", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -183,3 +183,3 @@ import { resolve } from "path"; | ||
test: /\.tsx?$/, | ||
exclude: /node_modules|service_worker/, | ||
exclude: /node_modules/, | ||
loader: "ts-loader", | ||
@@ -186,0 +186,0 @@ }); |
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
54669