question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

{
    configureWebpack: {
        plugins: [new ESBuildPlugin()
        ],
    },
    chainWebpack: config => {
        // esbuild 配置
        config.module
          .rule('js')
          .test('/.js$/')
          .use('esbuild-loader')
          .loader('esbuild-loader')
          .end()
    }
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
Rabbitzzccommented, Nov 12, 2020

Thanks. This is just to tell developers how to use esbuild-loader in vue-cli. It’s not a problem.

1reaction
brunovcostacommented, Mar 10, 2021

Does someone know how to make it works with vue-loader? (using just webpack, not a vue-cli setup)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction - Vue.js
Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS ...
Read more >
VueUse | VueUse
VueUse ; Feature Rich. 200+ functions for you to choose from ; Seamless migration. Works for both Vue 3 and 2 ; Fully...
Read more >
Getting started with Vue - Learn web development | MDN
Vue is a modern JavaScript framework that provides useful facilities for progressive enhancement — unlike many other frameworks, you can use ...
Read more >
What is the purpose of Vue.use() while importing a plugin? If ...
Vue.use automatically prevents you from using the same plugin more than once, so calling it multiple times on the same plugin will install ......
Read more >
Getting Started with VueJS - Medium
Vue -cli is a command line helper for generating and managing VueJS applications. Let's install it globally with npm so we can use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found