neutrino-preset-extractstyles

1.0.0-rc.1 • Public • Published

Neutrino ExtractStyles preset

NPM version NPM downloads Join Slack

neutrino-preset-extractstyles is a Neutrino preset that adds support for extracting css to its own files using extract-text-webpack-plugin.

Documentation

Install this preset to your development dependencies, then set it in .neutrinorc.js:

  module.exports = {
    use: [
      "neutrino-preset-web",
      "neutrino-preset-extractstyles",
    ],
    ...
  };

Package Sidebar

Install

npm i neutrino-preset-extractstyles

Weekly Downloads

13

Version

1.0.0-rc.1

License

GPL-3.0

Last publish

Collaborators

  • barraponto