Forked from
Eclipse Foundation / IT / APIs / eclipsefdn-project-adopters
76 commits behind the upstream repository.
-
Martin Lowe authoredMartin Lowe authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
webpack.mix.js 742 B
/*!
* Copyright (c) 2018, 2020 Eclipse Foundation, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* Contributors:
* Christopher Guindon <chris.guindon@eclipse-foundation.org>
*
* SPDX-License-Identifier: EPL-2.0
*/
require('./node_modules/eclipsefdn-solstice-assets/webpack-solstice-assets.mix.js');
let mix = require('laravel-mix');
mix.EclipseFdnSolsticeAssets();
mix.setPublicPath('static/assets');
mix.setResourceRoot('../');
mix.js('js/adopters_test.js', './static/assets/js/adopters_test.js');
mix.js('js/eclipsefdn.adopters.js', './static/assets/js/eclipsefdn.adopters.js');