Giter Site home page Giter Site logo

Comments (3)

yuyeqianxun avatar yuyeqianxun commented on May 22, 2024

是不是从第6课时开始?我也发现了,1.6k星星的项目,很多人点了星星就跑,根本不看的,还有public下的html标签都是错的,也没人发现。开源是挺好挺辛苦的,可惜没人看,只收获了点星星。另外我查了些资料,dll.js是需要引入的,up应该是想着手动引入,add-asset-html-webpack-plugin这个插件也能办得到

from workflow.

yuyeqianxun avatar yuyeqianxun commented on May 22, 2024

是不是从第6课时开始?我也发现了,1.6k星星的项目,很多人点了星星就跑,根本不看的,还有public下的html标签都是错的,也没人发现。开源是挺好挺辛苦的,可惜没人看,只收获了点星星。另外我查了些资料,dll.js是需要引入的,up应该是想着手动引入,add-asset-html-webpack-plugin这个插件也能办得到

贴一下代码吧,

/**
*config/ZaddAssetHtmlPlugin.js文件
*(由于插件有执行顺序的问题,请将该文件配置在最后,所以用Z开头命名)
*/
const AddAssetHtmlPlugin = require('add-asset-html-webpack-plugin');

module.exports = (config, resolve) => {
  return () => {
    config.plugin('AddAssetHtmlPlugin')
        .use(AddAssetHtmlPlugin, [{
            filepath: require.resolve('../dll/dll.js')
        }])
    }
}

from workflow.

luoxue-victor avatar luoxue-victor commented on May 22, 2024

感谢反馈,当时写的时候没有想到有这么多人看,我写的比较简易,后续我会补充一下

from workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.