Skip to content

Instantly share code, notes, and snippets.

View lukastaegert's full-sized avatar

Lukas Taegert-Atkinson lukastaegert

  • TNG Technology Consulting GmbH
  • Munich, Germany
View GitHub Profile
@lukastaegert
lukastaegert / assets.js
Last active July 21, 2022 03:21
Rollup plugins to emit chunks and CSS assets from an HTML file and add an updated HTML file to the build, and to emit assets from a JS file.
export const rollupLogo = "./logo.svg";
@lukastaegert
lukastaegert / app.ts
Last active February 12, 2020 07:50
Rollup TypeScript cache error
export function example(): number {
return 42;
}
{
"name": "chokidar-issue",
"scripts": {
"test": "node test.js",
"test-docker": "docker run -v `pwd`:/test -w /test rollupcabal/circleci-node-v10:latest node test.js"
},
"dependencies": {
"chokidar": "^3.3.1"
}
}
0 info it worked if it ends with ok
1 verbose cli [ '/Users/lukastaegert/.nvm/versions/node/v8.7.0/bin/node',
1 verbose cli '/Users/lukastaegert/.nvm/versions/node/v8.7.0/bin/npm',
1 verbose cli 'publish' ]
2 info using npm@6.0.0
3 info using node@v8.7.0
4 verbose npm-session 7291e5ca5554bac9
5 verbose publish [ '.' ]
6 warn prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
7 warn prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.