@web/dev-server-esbuild
Advanced tools
Comparing version 0.0.1 to 0.0.2
# @web/dev-server-esbuild | ||
## 0.0.2 | ||
### Patch Changes | ||
- bffc09b: fix package json main | ||
## 0.0.1 | ||
### Patch Changes | ||
- 52803c0: add esbuild plugin |
@@ -73,2 +73,3 @@ "use strict"; | ||
sourcefile: filePath, | ||
sourcemap: 'inline', | ||
target: (_a = args.target) !== null && _a !== void 0 ? _a : 'esnext', | ||
@@ -75,0 +76,0 @@ jsxFactory: args.jsxFactory, |
{ | ||
"name": "@web/dev-server-esbuild", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"publishConfig": { | ||
@@ -16,3 +16,3 @@ "access": "public" | ||
"homepage": "https://github.com/modernweb-dev/web/tree/master/packages/dev-server-esbuild", | ||
"main": "dist/index.js", | ||
"main": "dist/esbuildPlugin.js", | ||
"engines": { | ||
@@ -24,3 +24,3 @@ "node": ">=10.0.0" | ||
"start:demo:ts": "es-dev-server --config demo/ts/server.config.js", | ||
"test": "echo 'this package has no tests yet'" | ||
"test:ci": "echo 'this package has no tests yet'" | ||
}, | ||
@@ -27,0 +27,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
11113
112
1