Skip to content

Releases: PepsRyuu/nollup

0.15.5

13 Mar 18:03

Choose a tag to compare

  • Support acornInjectPlugins if added via options hook.

0.15.3

27 Feb 12:18

Choose a tag to compare

  • Pretty format warnings from @rollup/plugin-typescript. #183
  • Fixed regression of conflicting sourceMappingURLs. #121
  • Fixed dynamic imports not compiling on Windows. #184

0.15.2

19 Feb 20:24

Choose a tag to compare

  • Added support for rollup.config.mjs. #179

0.15.0 - PluginContainer API

06 Feb 17:49

Choose a tag to compare

  • Refactored Nollup to expose experimental PluginContainer API: #173
  • Fixed circular dynamic import when updated via HMR: #175
  • Dev server proxy now supports object for routes allowing for customising of express-http-proxy: #178

0.14.4

22 Dec 16:26

Choose a tag to compare

  • Added --host option allowing for remote devices to connect to server. #170
  • Fixed issue where dynamic chunks were not import external imports.
  • Fixed issue where export from statements were not working for externals and using invalid ids when resolveId returns an object. https://github.com/PepsRyuu/nollup/issues

0.14.3

13 Dec 18:28

Choose a tag to compare

  • Fixed source maps for workers. #166

0.14.2

03 Dec 21:33

Choose a tag to compare

  • Fixed issue where skipSelf was deleting plugins. #162

0.14.1

30 Nov 23:16

Choose a tag to compare

  • Increment plugin meta version for CJS compatibility: #160

0.14.0

29 Nov 15:56

Choose a tag to compare

  • Implemented moduleParsed and meta parameter for plugin hooks. #160

Custom Synthetic Exports

07 Oct 09:05

Choose a tag to compare

  • Added support for custom synthetic exports, required by official CommonJS plugin. #155