Replies: 1 comment 1 reply
-
|
You have to follow the webpack installation guide and install a few other packages..both in the ui folder and in the folder you are running next. You'll want to install the following additional dependencies in both UI and the Next app: In your Next App, you will also want to install "@vanilla-extract/babel-plugin" and set the .babelrc as follows:
Here is my webpack.config.js I used in both folders. `const { module.exports = { This should get you up and running! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone try to use the
vanilla-extractlibrary to build theuipackage in the turborepo monorepo example? I love the way we use thenext-transpile-moduleslib to integrate theuipackage into the application and just want to up the game a little bit by trying to add thevanilla-extractlibrary to it...no hope so far 😢Beta Was this translation helpful? Give feedback.
All reactions