https://github.com/adriantoine/babel-plugin-webpack-alias-examples
Examples for babel-plugin-webpack-alias
https://github.com/adriantoine/babel-plugin-webpack-alias-examples
Last synced: about 1 month ago
JSON representation
Examples for babel-plugin-webpack-alias
- Host: GitHub
- URL: https://github.com/adriantoine/babel-plugin-webpack-alias-examples
- Owner: adriantoine
- Created: 2016-08-08T09:17:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T09:29:43.000Z (about 9 years ago)
- Last Synced: 2025-02-05T23:01:05.303Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples for babel-plugin-webpack-alias
This is there to demonstrate how to use [`babel-plugin-webpack-alias`](https://github.com/trayio/babel-plugin-webpack-alias) with popular testing frameworks.
These examples are as minimal as possible, they work just by running the command:
```console
$ npm install && npm test
```If your own configuration of [`babel-plugin-webpack-alias`](https://github.com/trayio/babel-plugin-webpack-alias) doesn't work, you can clone this repo and play with the examples.