Marcelo Oliveira
Marcelo Oliveira
+1 ```15 Mar 12:56:08 - error: undefined of node_modules/vue-bootstrap-typeahead/src/components/VueBootstrapTypeahead.vue failed. rror: Unexpected token (5:4) ^G```
Im having this problem, i have an app that use javascript code generated by brunch and should load in other people websites, the problem is that many websites use `require`...
I have had the same problem, in my case i could solve doing this: 1. Added the plugin `replacement-brunch` 2. In the brunch config i did this: ``` plugins: {...
That's happening for me too, tried this: ``` {% # theme-check-disable AssetSizeAppBlockJavaScript,AssetSizeJavaScript %} ``` And also tried the .theme-check.yml file and won't work: ``` Line number: 62 Check options: `{:threshold_in_bytes=>10000}...