@pictogrammers/element-esbuild 0.0.13 → 0.0.14
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 -0
- package/bin/element-start.js +2 -0
- package/package.json +1 -1
- package/scripts/element-start.ts +1 -0
package/README.md
CHANGED
|
@@ -48,3 +48,5 @@ export default {
|
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
Leaving off the `namespace` will treat the repo as a component library. Each component will be built individually instead of a single application. The component's `__examples__` folders will render as demo.
|
|
51
|
+
|
|
52
|
+
Changes to the `/components/*` will sync to the `/publish/*` directory. This is by design so the publish directory can be linked with the `npm link` command.
|
package/bin/element-start.js
CHANGED
package/package.json
CHANGED
package/scripts/element-start.ts
CHANGED