Skip to content

Commit

Permalink
update for csp
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Jan 30, 2024
1 parent 13892ce commit 895019e
Show file tree
Hide file tree
Showing 9 changed files with 238 additions and 154 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules/*
templates/Style.txt
templates/Script.txt
templates/Bundle/*
dist/*
51 changes: 51 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o ./dist/",
"build:watch": "webpack --mode development --watch",
"build": "webpack --mode production",
"build:watch": "webpack --mode development --no-devtool --watch",
"build": "webpack --mode production --no-devtool",
"upload:watch": "node ./sync.js watch",
"upload": "node ./sync.js all",
"publish": "npm-run-all -s build upload",
Expand All @@ -30,6 +30,9 @@
"babel-loader": "^9.1.2",
"chokidar": "^3.4.3",
"ejs": "^3.1.9",
"jquery": "^3.7.1",
"jquery-validation": "^1.20.0",
"jquery-validation-unobtrusive": "^4.0.0",
"mini-css-extract-plugin": "^2.7.6",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
Expand Down
3 changes: 0 additions & 3 deletions src/entry.js

This file was deleted.

Loading

0 comments on commit 895019e

Please sign in to comment.