On Tue, 19 Jun 2018 16:16:15 +0530 Pirate Praveen <[email protected]> wrote: > Latest version of rollup is 0.60.7 and it has already moved to > rollup-plugin-commonjs 9.x > > https://github.com/rollup/rollup/blob/6e004184ede79832e658c22983de439aa5c30462/package.json >
Using node-rollup-plugin-typescript build from salsa, I get this error
when building rollup 0.60.7
src/node-entry.ts → dist/rollup.js, dist/rollup.es.js...
[!] Error: Unexpected token
src/rollup/index.ts (31:37)
29: export const VERSION = '<@VERSION@>';
30:
31: function addDeprecations(deprecations: Deprecation[], warn:
WarningHandler) {
^
32: const message = `The following options have been renamed — please
update your config: ${deprecations
33: .map(option => `${option.old} -> ${option.new}`)
signature.asc
Description: OpenPGP digital signature

