You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `dev` script also supports fuzzy match for the target package, but will only match the first package matched.
129
+
-**Important:** output of the `dev` script is for development and debugging only. While it has the same runtime behavior, the generated code should never be published to npm.
130
+
131
+
- The `dev` script does not support fuzzy match - you must specify the full package name, e.g. `nr dev runtime-core`.
131
132
132
133
- The `dev` script supports specifying build format via the `-f` flag just like the `build` script.
133
134
134
135
- The `dev` script also supports the `-s` flag for generating source maps, but it will make rebuilds slower.
135
136
137
+
- The `dev` script supports the `-i` flag for inlining all deps. This is useful when debugging `esm-bundler` builds which externalizes deps by default.
138
+
136
139
### `nr dev-compiler`
137
140
138
141
The `dev-compiler` script builds, watches and serves the [Template Explorer](https://github.com/vuejs/vue-next/tree/master/packages/template-explorer) at `http://localhost:5000`. This is extremely useful when working on the compiler.
0 commit comments