## `env.js`: ```javascript ... export const { ENTRY = rc.entry || './index.js', PATH = rc.path || resolve('dist'), PUBLIC = rc.publicPath || '/', FILENAME = rc.filename || 'bundle.js', NODE_ENV = 'development', } = process.env; ``` ## `other.js`:  All works correctly without default values.