diff --git a/src/main.js b/src/main.js index da1de43..56775b8 100644 --- a/src/main.js +++ b/src/main.js @@ -21,7 +21,7 @@ export default StencilUtils; } else if (typeof module === 'object' && module.exports) { module.exports = StencilUtils; } else { - $.noConflict(true); + $.noConflict(false); window.stencilUtils = StencilUtils; } }(this));