Skip to content

Commit

Permalink
Add js extention to helper file (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheddes authored and Andarist committed Apr 11, 2020
1 parent 6874218 commit 7f228eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rollup-plugin-babel/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const EXTERNAL = {};

// NOTE: DO NOT REMOVE the null character `\0` as it may be used by other plugins
// e.g. https://github.com/rollup/rollup-plugin-node-resolve/blob/313a3e32f432f9eb18cc4c231cc7aac6df317a51/src/index.js#L74
export const HELPERS = '\0rollupPluginBabelHelpers';
export const HELPERS = '\0rollupPluginBabelHelpers.js';
2 changes: 1 addition & 1 deletion packages/rollup-plugin-babel/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var jsonPlugin = require('rollup-plugin-json');
var babelPlugin = require('..');

// from ./src/constants
var HELPERS = '\0rollupPluginBabelHelpers';
var HELPERS = '\0rollupPluginBabelHelpers.js';

require('source-map-support').install();

Expand Down

0 comments on commit 7f228eb

Please sign in to comment.