-
Understandably, this module can't work as a typical transform, but what about as a plugin?
``` JavaScript
browserify -e index.js -p [ require-less -o ./bundle.css ] -o ./bundle.js
```
-
_From @matthiasg on July 17, 2015 12:16_
Since any valid JS file is supposed to be a valid TS file too it should be possible to use a standard babelified webapp project and just switch it to use TS (…
-
ref #285, #262
currently you can only specify browserify transforms using the `browserify.transform` key in package.json. altlangs like typescript and coffeescript use custom (non-.js) extensions t…
-
I reckon it'd be cool if the transforms in bundleify could be exposed as a single transform. Perhaps this needs to be a separate package tho, but I quite like the idea of doing:
``` sh
$ browserify -…
-
Similar to the issues in #91, I am getting a variety of errors when I attempt to load this plugin using browserify. Specifically, I am using browserify 13.0.1 with babelify 7.3.0. My video.js is at 5.…
-
I am trying to add videojs dash support using this plugin, but failing to load using browserify.
I am adding the following dependencies to the package.json:
```
"video.js": "6.2.7",
"dashjs": …
-
When using factor-bundle as a Browserify plugin, I'm unable to catch compilation errors.
``` javascript
return browserify({
entries: src.scripts
})
.ignore('jquery')
…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
I have followed this example for my project https://github.com/bahmutov/next-and-cypress-example and i can get the output in the .nyc_output folder while running in local env, but not in the automate…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…