npm vue-loader 13.2.1

latest releases: 17.4.2, 17.4.1, 17.4.0...
6 years ago

New Features

  • Support transforming srcset to require calls. (#953)

  • Add cacheBusting option to allow turning off cache busting for source maps. (#987)

  • Adjusted PostCSS configuration API:

postcss.config

  • type: Object

  • default: undefined

    This field allows customizing PostCSS config in the same way as postcss-loader.

    • postcss.config.path

      Specify a path (file or directory) to load the PostCSS config file from.

      postcss: {
        config: {
          path: path.resolve('./src')
        }
      }
    • postcss.config.ctx

      Provide context to PostCSS plugins. See postcss-loader docs for more details.

Fixed

Don't miss a new vue-loader release

NewReleases is sending notifications on new releases.