[Cleanup] Remove webpack-cli/webpack-dev-server

They are not used in this project
This commit is contained in:
Earlopain 2023-03-10 09:30:16 +01:00
parent 383a6b9532
commit 5de55edad3
No known key found for this signature in database
GPG Key ID: 237AA8F8D0D0577F
3 changed files with 14 additions and 1047 deletions

View File

@ -1,18 +0,0 @@
#!/usr/bin/env ruby
ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
ENV["NODE_ENV"] ||= "development"
require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
require "bundler/setup"
require "webpacker"
require "webpacker/dev_server_runner"
APP_ROOT = File.expand_path("..", __dir__)
Dir.chdir(APP_ROOT) do
Webpacker::DevServerRunner.run(ARGV)
end

View File

@ -22,11 +22,8 @@
"vue": "^3.1.0",
"vue-loader": "https://github.com/earlopain/vue-loader#const-fix",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"zingtouch": "^1.0.6"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^4.2.1"
}
"devDependencies": {}
}

1038
yarn.lock

File diff suppressed because it is too large Load Diff