@nuxt/webpack-builder 0.5.0 → 3.0.0-rc.1

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 ADDED
@@ -0,0 +1,5 @@
1
+ # Nuxt Webpack Builder
2
+
3
+ > The [Webpack](https://webpack.js.org) bundler for Nuxt 3
4
+
5
+ Learn more about this package: <https://v3.nuxtjs.org>
@@ -0,0 +1,5 @@
1
+ import { Nuxt } from '@nuxt/schema';
2
+
3
+ declare function bundle(nuxt: Nuxt): Promise<unknown[]>;
4
+
5
+ export { bundle };