No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Webpack3 starter kit

    Announcements
    3
    4
    1709
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rstoenescu
      rstoenescu Admin last edited by

      Hi All,

      You can now use Webpack 3 with the latest starter kit (for v0.14 beta - quasar init default#beta <folder_name>).
      Enjoy and report any errors you may encounter.

      -Razvan

      1 Reply Last reply Reply Quote 4
      • rohityadav
        rohityadav last edited by

        wooww…! that’s cool
        Thanks

        1 Reply Last reply Reply Quote 1
        • RichAyotte
          RichAyotte last edited by

          Anyone who’s migrating to WP3 and noticed that hot reload stopped working can safely remove the event subscription.

          In build/hot-reload.js Replace

          const hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
          hotClient.subscribe(event => {
          	if (event.action === 'reload') {
          		// eslint-disable-next-line no-undef
          		window.location.reload()
          	}
          })
          

          with

          require('webpack-hot-middleware/client?noInfo=true&reload=true')
          
          1 Reply Last reply Reply Quote 0
          • rstoenescu
            rstoenescu Admin last edited by

            @RichAyotte yes, that is part of the new template 🙂

            1 Reply Last reply Reply Quote 0
            • First post
              Last post