Skip to content

Commit 2e96bda

Browse files
authored
Merge pull request #638 from Floppy/remove-activestorage
Remove activestorage
2 parents 0777b37 + 62b48e7 commit 2e96bda

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

app/javascript/packs/application.ts

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// that code so it'll be compiled.
55

66
import Rails from '@rails/ujs'
7-
import * as ActiveStorage from '@rails/activestorage'
87

98
import 'bootstrap/dist/js/bootstrap'
109
import 'bootstrap/dist/css/bootstrap'
@@ -19,4 +18,3 @@ import '@selectize/selectize/dist/js/standalone/selectize.min.js'
1918
import '@selectize/selectize/dist/css/selectize.bootstrap5.css'
2019

2120
Rails.start()
22-
ActiveStorage.start()

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"@nathanvda/cocoon": "^1.2.14",
1010
"@popperjs/core": "^2.11.5",
1111
"@rails/actioncable": "^7.0.3",
12-
"@rails/activestorage": "^7.0.3",
1312
"@rails/ujs": "^7.0.3",
1413
"@rails/webpacker": "5.4.3",
1514
"@selectize/selectize": "^0.13.6",

yarn.lock

-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)