source: trip-planner-front/node_modules/@angular-devkit/build-webpack/src/webpack/schema.d.ts@ eed0bf8

Last change on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 171 bytes
Line 
1/**
2 * Webpack Builder schema for Architect.
3 */
4export 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.