UNPKG

206 BJavaScriptView Raw
1/* eslint-env node */
2'use strict';
3
4module.exports = function (environment, appConfig) {
5 return {
6 autoImport: {
7 webpack: {
8 node: {
9 fs: 'empty'
10 }
11 }
12 }
13 };
14};