f6ff3bf52b
This is needed in order to use `globalThis`, see #1894. It also made it possible to remove some old polyfills and fallbacks.
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
env: {
|
|
// Handlebars should run natively in the browser
|
|
node: false
|
|
}
|
|
};
|