babel-plugin-webpack-alias
Version:
babel 6 plugin which allows to use webpack aliases
19 lines (18 loc) • 495 B
JSON
{
"name": "babel-plugin-webpack-alias-mocha",
"version": "1.0.0",
"description": "babel-plugin-webpack-alias example with mocha",
"scripts": {
"test": "mocha --compilers js:babel-register"
},
"keywords": [],
"author": "Adrien Antoine <adrien@tray.io> (http://tray.io)",
"license": "ISC",
"devDependencies": {
"babel-plugin-webpack-alias": "../..",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}