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

Commit 214882b

Browse files
mikeheddesAndarist
authored andcommittedJan 18, 2019
Add js extention to helper file (#296)
1 parent e746832 commit 214882b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export const EXTERNAL = {};
44

55
// NOTE: DO NOT REMOVE the null character `\0` as it may be used by other plugins
66
// e.g. https://github.com/rollup/rollup-plugin-node-resolve/blob/313a3e32f432f9eb18cc4c231cc7aac6df317a51/src/index.js#L74
7-
export const HELPERS = '\0rollupPluginBabelHelpers';
7+
export const HELPERS = '\0rollupPluginBabelHelpers.js';

‎test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var jsonPlugin = require('rollup-plugin-json');
66
var babelPlugin = require('..');
77

88
// from ./src/constants
9-
var HELPERS = '\0rollupPluginBabelHelpers';
9+
var HELPERS = '\0rollupPluginBabelHelpers.js';
1010

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

0 commit comments

Comments
 (0)
This repository has been archived.