Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

A package to provide support for compiling React JSX files in Laravel Elixir 6

Notifications You must be signed in to change notification settings

tighten/laravel-elixir-webpack-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9bb1a4 · Dec 10, 2016

History

7 Commits
Oct 31, 2016
Dec 10, 2016
Sep 23, 2016

Repository files navigation

Laravel Elixir React Integration

This package provides Webpack support for ES6 React JSX files in Laravel Elixir 6 projects.

Installation

npm install --save-dev laravel-elixir-webpack-react

Config

In your gulpfile.js:

var elixir = require('laravel-elixir');

require('laravel-elixir-webpack-react');

elixir(function(mix) {
    mix.webpack('main.js'); // resources/assets/js/main.js
});

About

A package to provide support for compiling React JSX files in Laravel Elixir 6

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published