• Robert Knight's avatar
    Convert remaining CommonJS imports to ES imports · de2f7dd4
    Robert Knight authored
    This is a prerequisite for moving to a modern ES-module oriented module
    bundler such as Rollup.
    
    There is one remaining import ('preact/debug') which was not converted
    because that is conditional, and top-level `import` statements can't be
    conditional. That might need to use either `import(...)` or a different
    approach.
    de2f7dd4
icons.js 929 Bytes