Skip to content

Commit

Permalink
try webpack back in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Nov 15, 2021
1 parent 2253be5 commit 2de7412
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
build-args: |
DEVISE_SECRET=${{ env.DEVISE_SECRET }}
RAILS_ENV=production
NODE_ENV=production
NODE_ENV=development
push: false
load: true
# target: development
Expand Down
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,54 @@
"name": "planorama",
"private": true,
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.14.8",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.3-7",
"@rails/webpacker": "4.3.0",
"@vuex-orm/core": "^0.36.4",
"@vuex-orm/plugin-axios": "^0.9.4",
"axios": "^0.21.1",
"axios-jwt": "^1.7.1",
"axios-observable": "^1.2.1",
"babel-loader": "^8.2.2",
"bootstrap-vue": "^2.21.2",
"ckeditor4": "^4.16.1",
"ckeditor4-vue": "^1.2.0",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
"mitt": "^2.1.0",
"popper.js": "^1.16.1",
"postcss-loader": "3",
"rails-erb-loader": "^5.5.2",
"raw-loader": "3",
"rxjs": "^7.3.0",
"style-loader": "1",
"uuid": "^8.3.2",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-mc": "^0.6.0",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"jsonapi-vuex": "^4.5"
},
"version": "0.2.1",
"version": "0.2.0",
"devDependencies": {
"@rails/webpacker": "4.3.0",
"vue-template-compiler": "^2.6.12",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"vue-loader": "^15.9.6",
"postcss-loader": "3",
"rails-erb-loader": "^5.5.2",
"raw-loader": "3",
"style-loader": "1",
"@babel/core": "^7.14.0",
"babel-loader": "^8.2.2",
"@babel/runtime": "^7.14.8",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/vue": "^6.2.9",
"@webpack-cli/serve": "^1.2.1",
"webpack-dev-server": "^3.11.2"
"webpack-dev-server": "^3.11.2",
"webpack": "^4.46.0"
},
"scripts": {
"storybook": "start-storybook -p 6006",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14316,7 +14316,7 @@ webpack-virtual-modules@^0.2.2:
dependencies:
debug "^3.0.0"

webpack@4, webpack@^4.41.2:
webpack@4, webpack@^4.41.2, webpack@^4.46.0:
version "4.46.0"
resolved "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz"
integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==
Expand Down

0 comments on commit 2de7412

Please sign in to comment.