Alex Godoy Wolff
Alex Godoy Wolff
Hey, @rollup/plugin-babel looks like handles input and output in different ways. So you need two configs. ```javascript import babel, { getBabelOutputPlugin } from '@rollup/plugin-babel'; export default components.map((component) => { return...
hey, what is the final decision on this PR? I need to convert a Int64 in .net environment. thanks
@kfarnung ??
Hi, you can do this: ```typescript const swcrc = await fs.readFile('swcrcPath', 'utf-8'); ... { test: /.(t|j)sx?/, exclude: /(node_modules)/, use: { loader: 'swc-loader', options: { ...JSON.parse(swcrc), }, }, }, ```
just for curiosity you can show your tsconfig?
Windows ? Right? You must run with administrator privileges because symlink Steps : 1. Delete files in ./vendor folder 2. Run gulp browser or gulp electron with root
Hi, any update?
I tested this and it worked `[email protected]` `.yarnrc.yml` ```yml npmScopes: : npmAlwaysAuth: true npmRegistryServer: 'https://' ``` `$HOME/.yarnrc.yml` ```yml npmRegistries: //: npmAuthToken: ```
See: https://github.com/dperini/nwsapi/issues/82 workaround: ```json "overrides": { "nwsapi": "2.2.2" } ```
@dperini I have not tested