Open Grawl opened 7 years ago
I am trying to require() this module:
require()
require('bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.all.min.js')
and got an error:
bootstrap3-wysihtml5.all.min.js:5 Uncaught ReferenceError: rangy is not defined
Doing the same with <script> works.
<script>
<script src='node_modules/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.all.min.js'>
Related issues: #109 #193
I am trying to
require()
this module:and got an error:
Doing the same with
<script>
works.Related issues: #109 #193