Code Monkey home page Code Monkey logo

Comments (10)

cdaringe avatar cdaringe commented on June 18, 2024 2

ya, adding

module: {
    loaders: []
}

at the same level as entry/output/etc did the trick, as is somewhat reasonable. thx

from grunt-webpack.

mareksimunek avatar mareksimunek commented on June 18, 2024

I had same error when I was using jade-loaders

        loaders: [
          test: /\.jade$/,
          loader: 'jade-loader'
        ]

I just downgraded to version 1.0.8 where it worked just fine.

from grunt-webpack.

chiplay avatar chiplay commented on June 18, 2024

@cdaringe @mareksimunek looks like there was a reference to options.module.loaders added in 6ab5ea1, after the 1.0.8 tag. When I push a new tag out recently, it picked up that change set as well.

@roddeh @sokra Any thoughts on a fix? Seems like a simple check for options.module might do the trick, I'm just not 100% sure what that changeset is doing and if there is anything else needed.

from grunt-webpack.

jakiestfu avatar jakiestfu commented on June 18, 2024

What is options.module used for? It's undocumented.

from grunt-webpack.

chiplay avatar chiplay commented on June 18, 2024

@jakiestfu I believe options in this context is simply the webpack config, in which case module is simply this: http://webpack.github.io/docs/configuration.html#module-loaders

from grunt-webpack.

chiplay avatar chiplay commented on June 18, 2024

@jakiestfu possibly helpful: https://github.com/webpack/webpack-with-common-libs/blob/master/Gruntfile.js - which includes:

var webpackConfig = require("./webpack.config.js");
    grunt.initConfig({
        webpack: {
            options: webpackConfig,
                        ....

Where options: webpackConfig is simply the required webpack config object that has module.loaders

from grunt-webpack.

muffinresearch avatar muffinresearch commented on June 18, 2024

Needing to set an empty list in config feels like a workaround to a bug to me. The patch (linked) should prevent the need to do that.

from grunt-webpack.

cdaringe avatar cdaringe commented on June 18, 2024

looks good

from grunt-webpack.

almandsky avatar almandsky commented on June 18, 2024

This code should be more defensive?

https://github.com/webpack/grunt-webpack/blob/master/tasks/webpack.js#L44

Should check if the "options.module" exist before checking "options.module.loaders"?

from grunt-webpack.

chiplay avatar chiplay commented on June 18, 2024

@almandsky @cdaringe closed with #44 - thanks @muffinresearch 🎉

from grunt-webpack.

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.