@moped/rule-file
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

rule-css

This module provides a sensible rule for handling arbitrary files in webpack apps. It is part of the moped suite of utilities for creating composable configs for building node.js and react apps.

When you import a file using this package, you get the url of that file.

Installation

yarn add --dev @moped/rule-file

Usage

const createFileRule = require('@moped/rule-file');

module.exports = {
  entry: __dirname + '/src/index.js',
  output: {
    path: __dirname + '/build',
    filename: 'index.js',
    publicPath: '/',
  },
  module: {
    rules: [createFileRule()],
  },
};

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @moped/rule-file

Weekly Downloads

3

Version

0.0.9

License

MIT

Unpacked Size

5.46 kB

Total Files

12

Last publish

Collaborators

  • forbeslindesay