X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=webpack.mix.js;fp=webpack.mix.js;h=0e8f447ff04a7872590bca3cdcbdf9c5a236490f;hb=1e66c7e499436c85204e89ea5167178b5b6e74d3;hp=b38b23209f69282ba51aa57a148456b04cf33814;hpb=6f34dd7c00bf0bd152a97b175390be00c3a0ba31;p=alttp.git diff --git a/webpack.mix.js b/webpack.mix.js index b38b232..0e8f447 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -25,23 +25,82 @@ mix.js('resources/js/app.js', 'public/js') '@restart/hooks', '@restart/ui', 'axios', + 'bootstrap', + 'call-bind', + 'classnames', + 'crc-32', + 'css-unit-converter', + 'd3-array', + 'd3-color', + 'd3-format', + 'd3-interpolate', + 'd3-path', + 'd3-scale', + 'd3-shape', + 'd3-time', + 'd3-time-format', + 'decimal.js-light', + 'deepmerge', + 'dom-helpers', + 'eventemitter3', + 'fast-equals', 'file-saver', 'formik', + 'function-bind', + 'get-intrinsic', + 'has', + 'has-symbols', + 'history', + 'hoist-non-react-statics', + 'html-escaper', + 'html-parse-stringify', 'i18next', 'i18next-browser-languagedetector', + 'invariant', + 'jquery', 'laravel-echo', 'localforage', 'lodash', + 'lodash-es', 'moment', 'numeral', + 'nanoclone', + 'object-assign', + 'object-inspect', + 'performance-now', + 'process', + 'prop-types', + 'prop-types-extra', + 'property-expr', 'pusher-js', + 'qs', + 'raf', 'react', 'react-bootstrap', 'react-dom', + 'react-fast-compare', 'react-i18next', + 'react-is', + 'react-lifecycles-compat', + 'react-resize-detector', + 'react-router', 'react-router-bootstrap', 'react-router-dom', + 'react-smooth', + 'react-transition-group', + 'recharts', + 'recharts-scale', + 'reduce-css-calc', + 'regenerator-runtime', + 'resize-observer-polyfill', + 'scheduler', + 'side-channel', + 'tiny-warning', 'toastr', + 'toposort', + 'uncontrollable', + 'void-elements', + 'warning', 'yup', ]) .sourceMaps(true)