Git Product home page Git Product logo

Comments (6)

DmitriyKurto avatar DmitriyKurto commented on August 22, 2024 3

@Johums and @malinushj, try to add strings 'manifest' and 'vendor' in file webpack.base.js for pages that you made.
For example:

plugins: [
  htmlPage('popup', 'popup', ['manifest', 'vendor', 'popup']),  
  htmlPage('background', 'background', ['manifest', 'vendor', 'background']),  
  ...  
]

from vue-chrome-extension-template.

malinbranduse avatar malinbranduse commented on August 22, 2024

Same for me...

from vue-chrome-extension-template.

jmealo avatar jmealo commented on August 22, 2024

@DmitriyKurto: thanks, this worked for me as well.

from vue-chrome-extension-template.

malinbranduse avatar malinbranduse commented on August 22, 2024

@DmitriyKurto thanks man, though I ended up using this instead: https://github.com/Kocal/vue-web-extension

from vue-chrome-extension-template.

huxiaoqiang avatar huxiaoqiang commented on August 22, 2024

@Johums and @malinushj, try to add strings 'manifest' and 'vendor' in file webpack.base.js for pages that you made.
For example:

plugins: [
  htmlPage('popup', 'popup', ['manifest', 'vendor', 'popup']),  
  htmlPage('background', 'background', ['manifest', 'vendor', 'background']),  
  ...  
]

Hi @DmitriyKurto Thanks for your answer .

I try to add manifest and vendor in file webpack.base.js, which is as follow:

    htmlPage('app', 'app', ['manifest', 'vendor', 'tab']),
    htmlPage('popup', 'popup', ['manifest', 'vendor','popup']),
    htmlPage('panel', 'panel', ['manifest', 'vendor', 'panel']),
    htmlPage('devtools', 'devtools', ['manifest', 'vendor', 'devtools']),
    htmlPage('options', 'options', ['manifest', 'vendor', 'options']),
    htmlPage('background', 'background', ['manifest', 'vendor', 'background']),

but I get the same error.

 Uncaught ReferenceError: webpackJsonp_name_ is not defined

Is there any other option I should do? thanks

from vue-chrome-extension-template.

DmitriyKurto avatar DmitriyKurto commented on August 22, 2024

@huxiaoqiang looks like all right. wrote you an email

from vue-chrome-extension-template.

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.