- compile default pages correctly into `.next` - add missing runtime dependencies
* Set a default path for wasm modules * Added the mimetype "application/wasm" for wasm files * Upgrade write-file-webpack-plugin to 4.4.1 * Made dynamic(import()) in test to dynamic(() => import())
- Implements Lerna - Moves all source code into `packages/next` - Keeps integration tests in the root directory