Git Product home page Git Product logo

babel-plugin-import-css-to-jss's Issues

Webpack error while registering by babel

Weird issue with webpack when plugin is loaded with babel:

var express = require('express')
var webpack = require('webpack')

var babelConfig = {
  plugins: ['transform-runtime', 'import-css-to-jss'],
  presets: ['react', 'es2015', 'stage-0']
}
var webpackConfig = {
  entry: [
    './app'
  ],
  module: {
    loaders: [{
      test: /\.jsx?$/,
      loader: 'babel-loader'
    }]
  }
}
require('babel-core/register')(babelConfig)
var compiler = webpack(webpackConfig)

var app = new express()
app.use(require('webpack-dev-middleware')(compiler))
app.use(require('webpack-hot-middleware')(compiler))
node_modules/webpack/lib/webpack.js:27
        throw new Error("Invalid argument: options");
        ^
Error: Invalid argument: options
    at webpack (/node_modules/webpack/lib/webpack.js:27:9)
    at Object.<anonymous> (server.js:10:18)
    at Module._compile (module.js:397:26)
    at loader (/node_modules/babel-core/node_modules/babel-register/lib/node.js:128:5)
    at Object.require.extensions.(anonymous function) [as .js] (/node_modules/babel-core/node_modules/babel-register/lib/node.js:138:7)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)

Support for Auto Prefixing CSS

Hey Guys,

is there a way to enable auto prefixing for all css tags? After transforming into JS, there is no appropiate plugins, which can do that. Maybe you can tell me, how to archive this.. Maybe this is an option in jss..

Best Regards,
Johann

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.