UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

18 lines (13 loc) 245 B
/*! * node-sass: scripts/install.js */ var path = require('path'), rimraf = require('rimraf'); function prepublish() { var vendorPath = path.resolve(__dirname, '..', 'vendor'); rimraf.sync(vendorPath); } /** * Run */ prepublish();