国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - webpack error when installing jQuery
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-06-14 10:54:12
0
1
831

npm install jQuery --save-dev
Install jQuery, and the error after webpack packaging is as follows

But it does not affect the use, the page is not The error is reported and the display effect is correct. What is the error reported below and how to solve it?

PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證0級講師

reply all(1)
為情所困

What version of jQuery do you have installed? The main is not set in the package.json of the early version of jQuery. Just set it manually

resolve: {
        alias: {
            jquery: "jquery/src/jquery"
        }
    }
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template