Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

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 Jan 18, 2019
1 parent e746832 commit 214882b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 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 214882b

Please # to comment.