diff options
| author | mo <mo.khan@gmail.com> | 2018-12-14 21:02:59 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-12-14 21:02:59 -0700 |
| commit | a7bf2aa81ba26285644836d6cd8ff8aab9e00a04 (patch) | |
| tree | 25a7ba09d5f58c914f3f1ff1f8d3b2eab3ee28dd /package.json | |
| parent | 3dc7844531d5a02d80a4ee8e823721179c95383c (diff) | |
add polyfills and load header via content-loader
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 9c46098..8b8d060 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@rails/webpacker": "3.4", + "@stimulus/polyfills": "^1.1.0", "bulma": "^0.7.2", "jquery": "^3.3.1", "json-loader": "^0.5.7", @@ -18,7 +19,7 @@ "qrcode": "^1.2.0", "rails-translations-webpack-plugin": "^1.1.0", "rails-ujs": "^5.2.1", - "stimulus": "^1.0.1", + "stimulus": "^1.1.0", "turbolinks": "^5.2.0" }, "devDependencies": { |
