This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
valnet/.erb/configs/webpack.config.eslint.js

5 lines
169 B
JavaScript
Raw Permalink Normal View History

2021-04-08 20:38:05 -04:00
/* eslint import/no-unresolved: off, import/no-self-import: off */
require('@babel/register');
module.exports = require('./webpack.config.renderer.dev.babel').default;