Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
* Removed Lazy loading references
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislg committed Oct 20, 2017
1 parent 9388122 commit 1d76017
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 104 deletions.
2 changes: 1 addition & 1 deletion pages/index.html
Expand Up @@ -6,7 +6,7 @@
<title>Title</title>
<link rel="stylesheet" href="./css/CoveoFullSearch.css"/>
<link rel="stylesheet" href="./css/coveoextension.css"/>
<script src="js/CoveoJsSearch.js"></script>
<script src="js/CoveoJsSearch.Lazy.js"></script>
<script src="js/coveo.extension.js"></script>
<script src="js/templates/templates.js"></script>
<script>
Expand Down
68 changes: 0 additions & 68 deletions pages/lazy.html

This file was deleted.

14 changes: 0 additions & 14 deletions src/LazyIndex.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/ui/LazyHelloWorld.ts

This file was deleted.

3 changes: 1 addition & 2 deletions webpack.config.js
Expand Up @@ -18,8 +18,7 @@ if (minimize) {

module.exports = {
entry: {
'coveo.extension': './src/Index',
'coveo.extension.lazy': './src/LazyIndex'
'coveo.extension': './src/Index'
},
output: {
path: require('path').resolve('./bin/js'),
Expand Down

0 comments on commit 1d76017

Please sign in to comment.