imports loader module for webpack
A Webpack loader to restrict imports in ES and TypeScript
Similar to imports-loader but uses actual import statements.
namespace imports loader module for webpack
 [](https://travis-ci.org/vagusX/html-imports-loader)
imports loader module for webpack (ok with sourcemaps)
Global imports for SCSS files
@vue/compiler-sfc
Intercept imports in Node.js
CSS processor resources loader for webpack
An esbuild plugin that allows for the importing of GraphQL files
A convenient loader for AssemblyScript modules.
A webpack loader that returns an empty module.
A Webpack plugin for treeshaking Vuetify components and more
imports loader module for webpack
style loader module for webpack
Babel helper functions for inserting module loads
css loader module for webpack
imports loader module for webpack
MDXv2 to CSF webpack compiler and loader
No description provided.
Sass loader for webpack
PostCSS loader for webpack
Transpiles ES6 lodash imports into typescript imports to help with tree-shaking
Use consul loader to convert your heirachical yaml file into key value paths in consul, this may be useful if you want to load a config file into your consul server.
Allows sass, scss, and css files within zip and jar files to be found using Sass @import directives. Also supports loading sass files in JRuby from the java class loader.
A practical image importer/loader. It wraps stb_image.h (ver:2.26 -2020.07.13-). Supported image formats are: JPEG, PNG, TGA, BMP, PSD, GIF(not animation), HDR, PIC, PNM. Checkout the Homepage for usage in Windows, MacOs, Linux or ARM
When working with multiple gems or several rails initializer files that use Rjb, you need to make sure that all java dependencies of each implementation gets set up before running Rjb::load. This is necessary because Rjb can be loaded only once. You can use rjb-loader to change classpath and java options, by adding 'before_load' to your gem or rails initializer. The 'after_load' hook can be used when your code needs an already loaded Rjb. For instance, when you need to import and use java classes.