Skip to content

Commit

Permalink
Merge pull request #384 from Rookout/DOB-fix-webpack
Browse files Browse the repository at this point in the history
RK-20418 - Dob fix webpack
  • Loading branch information
FridmasterDyna committed Apr 24, 2024
2 parents eafb280 + 6aa65d2 commit c390c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index-worker.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
<h1>Me just indexing</h1>
<h2>This is an invisible window whose job is to index folders trees</h2>
<h3>If you see this it means your environment variable "development" is set</h3>
<script src="./index-worker.js"></script>
<script>
require("./index-worker.js");
</script>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorook",
"version": "1.16.2",
"version": "1.16.3",
"description": "Rookout's site addon to support local files and folders",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit c390c5b

Please sign in to comment.