You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ivan Polyakov 273e507fa6 example 2 years ago
example example 2 years ago
src Chicken Scheme SXML loader 2 years ago
.gitignore init 2 years ago
COPYING init 2 years ago
README.md example 2 years ago
package-lock.json init 2 years ago
package.json init 2 years ago

README.md

sxml-loader

License: GPL v3

Scheme Webpack

Scheme XML loader for webpack.

Usage

SXML:

'(h1 "Hello")

webpack.config.js:

module.exports = {
  module: {
    // ...
    rules: [
      {
        test: /\.sxml$/,
        use: ['html-loader', 'sxml-loader'],
      },
    ],
    // ...
  },
}

License

GPLv3 or later. See full text in the COPYING file or in GNU website: https://www.gnu.org/licenses/gpl-3.0-standalone.html