Socket
Socket
Sign inDemoInstall

flux-easy-loader

Package Overview
Dependencies
2
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

flux-easy-loader


Version published
Maintainers
2
Install size
3.52 MB
Created

Readme

Source

About this

This is a webpack loader for flux-easy

Sample webpack.config.js

module.exports = {
    entry: __dirname + "/index.js",
    output: {
        path: __dirname,
        filename: "bundle.js"
    },
    module: {
        loaders: [
            {
                test: /\.jsx?$/,
                loaders: ['babel', 'flux-easy'], // 'jsx?harmony&stripTypes', 'flowcheck'],
                exclude: /node_modules/
            }
    ]
    }
};

See https://github.com/thr0w/flux-easy-loader-test example.

about flux-easy

Flux applications have a beautiful architecture but a ugly code. flux-easy project proposes a transpiler write a better and simple code that generate it and additionally facilities using of multiple references to Stores/Views.

Keywords

FAQs

Last updated on 02 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc