rollup-plugin-banner
rollup-plugin-banner copied to clipboard
Rollup plugin to append content before js bundle.
Also fix: "ReferenceError: primordials is not defined" according to https://timonweb.com/posts/how-to-fix-referenceerror-primordials-is-not-defined-error/
Closes https://github.com/yingye/rollup-plugin-banner/issues/1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.4 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Hello, I filed an issue in rollup https://github.com/rollup/rollup/issues/3398 to include more information about the output chunk in banner option. Is it something that could be implemented in the banner plugin...
Hey, there Yingye. I needed to use custom multi line symbol in a project and adapted your plugin to do this by passing an array as arguments like `banner(['My script\nVersion...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...