next-plugin-transpile-modules icon indicating copy to clipboard operation
next-plugin-transpile-modules copied to clipboard

Next plugin to allow for compilation of local modules with workspaces

Results 3 next-plugin-transpile-modules issues
Sort by recently updated
recently updated
newest added

If we are using express custom index.js do you think this will work? ```at index.js 'use strict' const express = require('express') const next = require('next') const proxy = require('http-proxy-middleware') const...

Hello I have a react components module that uses styled-jsx and styled-jsx-plugin-sass; now I'm importing components from that module into my next project using next-plugin-transpile-modules, but I'm getting this error...

```webpackDevMiddleware``` is not watching the changes happened in the separate package. Looking from the code it looks like its supposed to work right? Update: watch option is not working when...