0.3.0 • Published 8 months ago

@best-shot/json-schema-ref-loader v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@best-shot/json-schema-ref-loader

json-schema-ref-parser for webpack.

npm github node

Installation

npm install @best-shot/json-schema-ref-loader --save-dev

Usage

// example: webpack.config.cjs
module.exports = {
  module: {
    rules: [
      {
        test: /\.(ya?ml|json)$/,
        type: 'asset/resource',
        loader: '@best-shot/json-schema-ref-loader'
      },
      {
        test: /\.ya?ml$/,
        loader: 'yaml-loader'
      }
    ]
  }
};
0.3.0

8 months ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.0.0

3 years ago