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'
      }
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-inject-css-loader

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • tulios