webpack-inject-css-loader

0.1.0 • Public • Published

Inject CSS loader

webpack.config.js

{
  module: {
    preLoaders: [
      {
        test: /src\/index\.scss/, // the main scss/css file
        loader: 'webpack-inject-css-loader?appPath=./src&debug=false'
      }
    ]
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i webpack-inject-css-loader

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • tulios