babel-plugin-webpack-alias icon indicating copy to clipboard operation
babel-plugin-webpack-alias copied to clipboard

babel 6 plugin which allows to use webpack resolve options

Results 12 babel-plugin-webpack-alias issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for sharing this project! I'm trying to use it with Jest, and running into trouble: ``` myproject-consumer-portal feature/test-architecture ✗ 3h26m △ ➜ yarn test yarn test v0.24.6 $...

`Babel 7` is currently in `Alpha 9`, and this plugin just silently fails. Seems the `CallExpression` is never called. Is support in the pipeline/planned?

I opened an issue over on vue-jest: https://github.com/vuejs/vue-jest/issues/119, but wanted to raise it here as well. Essentially aliases are resolved within `` tags in `.vue` files fine in vue-jest@^2, but...

**Flow error** ``` Launching Flow server for /Users/florian/Code/Public/PlanetX/boilerplate-crater Spawned flow server (pid=54050) Logs will go to /private/tmp/flow/zSUserszSflorianzSCodezSPubliczSPlanetXzSboilerplate-crater.log src/universal/routes/home.js:2 2: import type { Store } from 'universal/flowtypes/redux' ^^^^^^^^^^^^^^^^^^^^^^^^^^^ universal/flowtypes/redux. Required module...

Love this plugin. However I seem to be having some issues with the plugin/preset run ordering... Given the following `.babelrc` file: ```js { "presets": ["react", "es2015", "stage-0"], "plugins": [ [...

I'm trying to change a resolver for a test. Specifically, I have a file being required via "worker-loader?inline=true!pdfjs-dist/build/pdf\\.worker", and I would like my test suite to treat it as "raw-loader!pdfjs-dist/build/pdf\\.worker"....

Hi! In the [webpack docs for resolve.alias](https://webpack.js.org/configuration/resolve/#resolve-alias) there is an option to resolve a specific file by doing this: ``` resolve: { alias: { xyz$: 'path/to/xyz.js' } } ``` ,...

Webpack 2 supports exporting a default function as the webpack config. ``` javascript export default env => { // return env-specific configuration } ``` I'm using this for the reasons...

Hello lovely humans, [ava](https://www.npmjs.com/package/ava) just published its new version 0.18.1. State Update :rocket: Dependency ava New version 0.18.1 Type devDependency This version is **not covered** by your **current version range**....

greenkeeper

I've seen this issue in a closed github issue, but I just installed `v2.0.0` of this plugin and received the same issue. Here are my configs for reference: #### Webpack.config...

bug