Created
September 23, 2017 18:33
-
-
Save eddyerburgh/b9942c7cdb873c60f3a378ef93c890b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const hooks = require('require-extension-hooks') | |
| // Setup browser environment | |
| require('browser-env')() | |
| // Setup vue files to be processed by `require-extension-hooks-vue` | |
| hooks('vue').plugin('vue').push() | |
| // Setup vue and js files to be processed by `require-extension-hooks-babel` | |
| hooks(['vue', 'js']).plugin('babel').push() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i dont understand