Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit d977a68

Browse files
committed
Remove global-hook.js file from plain shell
This file was no longer used. The `container` entrypoint sets up the global hook instead.
1 parent b4fef94 commit d977a68

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

shells/plain/global-hook.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

shells/plain/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
entry: {
1515
backend: './backend.js',
1616
container: './container.js',
17-
globalHook: './global-hook.js',
1817
},
1918
output: {
2019
path: __dirname + '/build',

0 commit comments

Comments
 (0)