Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
376 bytes
|
Line | |
---|
1 | {
|
---|
2 | "$schema": "http://json-schema.org/draft-07/schema",
|
---|
3 | "title": "Webpack Builder.",
|
---|
4 | "description": "Webpack Builder schema for Architect.",
|
---|
5 | "type": "object",
|
---|
6 | "properties": {
|
---|
7 | "webpackConfig": {
|
---|
8 | "type": "string",
|
---|
9 | "description": "The path to the Webpack configuration file."
|
---|
10 | }
|
---|
11 | },
|
---|
12 | "additionalProperties": false,
|
---|
13 | "required": ["webpackConfig"]
|
---|
14 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.