Skip to content

Commit

Permalink
chore: remove comments and console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Nov 17, 2023
1 parent 429abcc commit 28ef04f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions js/src/VueWithCompiler.js
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
// import { addCompiler } from '@mariobuikhuizen/vue-compiler-addon';
// import { * as Vue } from 'vue';
export * from 'vue';
// addCompiler(Vue);

// export Vue;
1 change: 0 additions & 1 deletion js/src/esmVueTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ init();

async function loadShim() {
if (document.querySelectorAll("script[src*=es-module-shims][type=module]").length || document.getElementById("es-module-shims")) {
console.log("shim was already loadedLoaded");
return;
}
return loadScript("module", toModuleUrl(esModuleShims), "es-module-shims")
Expand Down
2 changes: 0 additions & 2 deletions js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = [
},
resolve: {
alias: {
// './VueWithCompiler$': path.resolve(__dirname, 'src/nodepsVueWithCompiler.js')
vue$: 'vue/dist/vue.esm-bundler.js',
},
},
Expand All @@ -80,7 +79,6 @@ module.exports = [
},
resolve: {
alias: {
// './VueWithCompiler$': path.resolve(__dirname, 'src/nodepsVueWithCompiler.js')
vue$: 'vue/dist/vue.esm-bundler.js',
},
},
Expand Down

0 comments on commit 28ef04f

Please sign in to comment.