Unverified Commit 2fa74aac authored by Sheetal Umesh Kumar's avatar Sheetal Umesh Kumar Committed by GitHub

Merge pull request #632 from hypothesis/rename-entry-points

Rename entry points for annotator and sidebar bundles to 'index.js'
parents e99f059a 85043b2e
...@@ -107,12 +107,12 @@ var appBundles = [{ ...@@ -107,12 +107,12 @@ var appBundles = [{
// The sidebar application for displaying and editing annotations. // The sidebar application for displaying and editing annotations.
name: 'app', name: 'app',
transforms: ['babel', 'coffee'], transforms: ['babel', 'coffee'],
entry: './src/sidebar/app', entry: './src/sidebar/index',
},{ },{
// The annotation layer which handles displaying highlights, presenting // The annotation layer which handles displaying highlights, presenting
// annotation tools on the page and instantiating the sidebar application. // annotation tools on the page and instantiating the sidebar application.
name: 'injector', name: 'injector',
entry: './src/annotator/main', entry: './src/annotator/index',
transforms: ['babel', 'coffee'], transforms: ['babel', 'coffee'],
}]; }];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment