source:
trip-planner-front/node_modules/@angular-devkit/build-webpack/src/webpack-dev-server/schema.d.ts@
1ad8e64
Last change on this file since 1ad8e64 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 182 bytes |
Line | |
---|---|
1 | /** |
2 | * Webpack Dev-Server Builder schema for Architect. |
3 | */ |
4 | export interface Schema { |
5 | /** |
6 | * The path to the Webpack configuration file. |
7 | */ |
8 | webpackConfig: string; |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.