This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
How to locate babel.config.js #279
Comments
Is |
Thanks you, it seems that I have passed the configuration to babel plugin, however, I keep having error while trying to build with rollup. This happen after I have upgraded rollup from 0.57.1 to latest. |
What is your directory structure? |
Thanks, I have found this is not rolated to that module, I have opened another issue here |
DrSensor
added a commit
to DrSensor/bot-byte
that referenced
this issue
Feb 4, 2019
- [npm start] remove typescript declaration file - [npm start] use babel with typescript preset - [npm build] use typescript compiler references: - rollup/rollup-plugin-babel#255 - rollup/rollup-plugin-typescript#129 - rollup/rollup-plugin-babel#271 - rollup/rollup-plugin-babel#279 - microsoft/TypeScript-Babel-Starter#29
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have removed .babelrc in profit of
babel.config.js
, after upgrading from rollup v0.57 to latest, we encounter the following error:We use
babelrc: false
, Is there a way to select thebabel.config.js
file?The text was updated successfully, but these errors were encountered: