We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a060898 commit 67ddbacCopy full SHA for 67ddbac
app/javascript/controllers/cropper_controller.js
@@ -1,5 +1,4 @@
1
import { Controller } from 'stimulus'
2
-import 'cropperjs/dist/cropper.css';
3
import Cropper from 'cropperjs';
4
5
export default class extends Controller {
app/javascript/packs/application.js
@@ -3,6 +3,7 @@
// a relevant structure within app/javascript and only use these pack files to reference
// that code so it'll be compiled.
import 'controllers'
6
+import 'cropperjs/dist/cropper.css';
7
8
require("axios")
9
require("lodash")
0 commit comments