Skip to content

Instantly share code, notes, and snippets.

@cmnstmntmn
Created April 5, 2019 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmnstmntmn/42a0605cf5fa47b098d82733d69753f6 to your computer and use it in GitHub Desktop.
Save cmnstmntmn/42a0605cf5fa47b098d82733d69753f6 to your computer and use it in GitHub Desktop.
> boiler_webapp@0.2.0 build /Users/constantin/experiments/BoilerWebApp
> node scripts/build
{ Error
at Function.missingTransform (/Users/constantin/experiments/BoilerWebApp/node_modules/buble/dist/buble.cjs.js:376:9)
at Node.initialise (/Users/constantin/experiments/BoilerWebApp/node_modules/buble/dist/buble.cjs.js:3619:17)
at Node.initialise (/Users/constantin/experiments/BoilerWebApp/node_modules/buble/dist/buble.cjs.js:102:11)
at Node.initialise (/Users/constantin/experiments/BoilerWebApp/node_modules/buble/dist/buble.cjs.js:3446:9)
at value.forEach.node (/Users/constantin/experiments/BoilerWebApp/node_modules/buble/dist/buble.cjs.js:100:40)
at Array.forEach (<anonymous>)
at Node.initialise (/Users/constantin/experiments/BoilerWebApp/node_modules/buble/dist/buble.cjs.js:100:11)
at value.forEach.node (/Users/constantin/experiments/BoilerWebApp/node_modules/buble/dist/buble.cjs.js:100:40)
at Array.forEach (<anonymous>)
name: 'CompileError',
loc:
{ line: 9,
column: 8,
char: 8,
file: '/Users/constantin/experiments/BoilerWebApp/src/style.js' },
snippet:
'5 : dom.classList.add(b.$animate(time, styles))\n6 : })\n7 : \n8 : b.css({\n9 : html: b`\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^',
plugin: 'buble',
frame:
'5 : dom.classList.add(b.$animate(time, styles))\n6 : })\n7 : \n8 : b.css({\n9 : html: b`\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^',
code: 'PLUGIN_ERROR',
hook: 'transform',
id: '/Users/constantin/experiments/BoilerWebApp/src/style.js' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment