UNPKG

@resin/pinejs

Version:

Pine.js is a sophisticated rules-driven API engine that enables you to define rules in a structured subset of English. Those rules are used in order for Pine.js to generate a database schema and the associated [OData](http://www.odata.org/) API. This make

16 lines (12 loc) 373 B
import * as webpack from 'webpack'; import sharedConfig = require('./config'); const config = { ...sharedConfig }; config.entry += '/src/server-glue/server'; config.plugins = config.plugins.concat( new webpack.DefinePlugin({ 'process.browser': false, 'process.env.CONFIG_LOADER_DISABLED': false, 'process.env.SBVR_SERVER_ENABLED': false, }), ); export = config;