You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/node_modules_/webpack-subresource-integrity/examples/mini-css-extract-plugin/index.js

4 lines
94 B
JavaScript

import('./style.css').then(module => {
console.log(module['default'] ? 'ok' : 'error');
});