mirror of
https://github.com/Febbweiss/springboot-react-webpack.git
synced 2026-03-04 22:25:34 +00:00
Feature: using webpack instead of wro
This commit is contained in:
7
src/main/resources/static/js/vendors.js
Normal file
7
src/main/resources/static/js/vendors.js
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
var React = require('react'),
|
||||
ReactDOM = require('react-dom'),
|
||||
$ = require('jquery');
|
||||
|
||||
require('bootstrap/dist/css/bootstrap.css');
|
||||
Reference in New Issue
Block a user