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.
-
Does anyone try to use the
vanilla-extract
library to build theui
package in the turborepo monorepo example? I love the way we use thenext-transpile-modules
lib to integrate theui
package into the application and just want to up the game a little bit by trying to add thevanilla-extract
library to it...no hope so far 😢Beta Was this translation helpful? Give feedback.
All reactions