Git Product home page Git Product logo

Comments (6)

oliviertassinari avatar oliviertassinari commented on June 7, 2024

That's a good point. Do you have an example of error that hang the compilation?

from serviceworker-webpack-plugin.

anilshanbhag avatar anilshanbhag commented on June 7, 2024

https://github.com/oliviertassinari/serviceworker-webpack-plugin/blob/master/docs/src/sw.js

If you just introduce a syntax error, say:

let assetsToCache = [
  ...assets,
  'fasd'
  './',
];

Also, if the project is setup with eslint, it would nice to apply the same.
Thanks for the work :)

from serviceworker-webpack-plugin.

oliviertassinari avatar oliviertassinari commented on June 7, 2024

@anilshanbhag I have tried your example, here is what I have from webpack@2. It doesn't hang on my side. I'm closing until another reproduction test case is provided.

    ERROR in ./docs/src/sw.js
    Module build failed: SyntaxError: Unexpected token, expected , (20:2)

      18 |   ...assets,
      19 |   'fasd'
    > 20 |   './',
         |   ^
      21 | ];
      22 |
      23 | assetsToCache = assetsToCache.map((path) => {

from serviceworker-webpack-plugin.

anilshanbhag avatar anilshanbhag commented on June 7, 2024

@oliviertassinari I am using it with Vue. I tried the example in docs and that does print out errors from service worker. However, when i use it with vue templates it doesn't (atleast it doesn't hang now). Steps to reproduce:

  1. Follow instructions here to create a dummy vue project: https://github.com/vuejs-templates/webpack.
  2. Include the service worker plugin in package.json. Add a simple sw.js in src/ folder. Register plugin in `build/webpack.dev.conf
    new ServiceWorkerWebpackPlugin({
      entry: path.join(__dirname, '../src/sw.js'),
      excludes: [
        '**/.*',
        '**/*.map',
        '*.html',
      ],
    }),

I have been using the plugin for a while and making sure the service worker compiles at each step. However just happened to code for an hour and now I have been debugging for nearly an hour trying to isolate where the js error is :/ Would be of great help if the plugin reported errors like it does in the example.

from serviceworker-webpack-plugin.

oliviertassinari avatar oliviertassinari commented on June 7, 2024

Thanks for the reproduction example. I don't have time to look into it but I'm reopening so someone could.

from serviceworker-webpack-plugin.

anthonator avatar anthonator commented on June 7, 2024

This seems related to #29

from serviceworker-webpack-plugin.

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.