![Cassie Tarakajian](/assets/img/avatar_default.png)
* remove some of the react errors, start to fix webpack HMR errors * start upgrade to webpack 4 * more stuff to update webpack * update webpack configs to work with webpack 4 * remove linting from truncate script
3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
require('@babel/register');
|
|
require('@babel/polyfill');
|
|
require('./truncate');
|