@geektech/tsone-cli 0.1.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cli.js +1 -1
- package/dist/{index-p7jrckn1.js → index-y6qrqbwv.js} +1021 -1458
- package/dist/index-y6qrqbwv.js.map +18 -0
- package/dist/index.js +1 -1
- package/package.json +7 -2
- package/dist/index-p7jrckn1.js.map +0 -18
package/README.md
CHANGED
|
@@ -213,5 +213,5 @@ The development server serves HTTP only. Proxy targets may use HTTP or HTTPS.
|
|
|
213
213
|
CLI v1 has no config plugins, WebSocket, HMR, SSR, functional config,
|
|
214
214
|
`public/` directory copying, or public `minify` and `sourcemap`
|
|
215
215
|
configuration. Development bundles use an internal inline source map, while
|
|
216
|
-
|
|
217
|
-
configurable.
|
|
216
|
+
`tsone build` minifies production output by default; minification and
|
|
217
|
+
source-map controls are intentionally not configurable.
|