Skip to content

Commit

Permalink
Merge pull request #311 from connect-foundation/coconut
Browse files Browse the repository at this point in the history
HotFix for 1.3.0 in Coconut
  • Loading branch information
YukJiSoo authored Dec 19, 2019
2 parents cefea85 + ed4c298 commit d33c0b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions coconut/src/bundler/pathParser.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint no-restricted-globals: 0 */
import { pathStack } from './global';
import path from 'path';

Expand Down
1 change: 1 addition & 0 deletions coconut/src/bundler/require.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint no-restricted-globals: 0 */
import { pathStack } from './global';
import { pathParser } from './pathParser';
import { transformCode } from './core';
Expand Down
1 change: 1 addition & 0 deletions coconut/src/worker/build.worker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint no-restricted-globals: 0 */
import * as bundler from 'bundler';

self.process = {};
Expand Down

0 comments on commit d33c0b3

Please sign in to comment.