Skip to content

Commit

Permalink
-> v0.47.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 13, 2017
1 parent 6b94155 commit aaca8b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# rollup changelog

## 0.47.4

* Delete cached config file before reloading in watch mode

## 0.47.3

* Deshadow aliased imports ([#1550](https://github.com/rollup/rollup/issues/1550))
Expand Down
1 change: 1 addition & 0 deletions bin/src/run/loadConfigFile.js
Expand Up @@ -36,6 +36,7 @@ export default function loadConfigFile (configFile, silent) {
}
};

delete require.cache[configFile];
const configs = require( configFile );
if ( Object.keys( configs ).length === 0 ) {
handleError({
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.47.3",
"version": "0.47.4",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",
Expand Down

0 comments on commit aaca8b5

Please sign in to comment.