uawdijnntqw1x1x1
IP : 216.73.216.84
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
vendor
/
craftcms
/
cms
/
src
/
web
/
assets
/
cp
/
webpack.config.js
/
/
/* jshint esversion: 6 */ /* globals module, require, webpack */ const {getConfig} = require('@craftcms/webpack'); const CopyWebpackPlugin = require('copy-webpack-plugin'); const Ttf2Woff2Plugin = require('./Ttf2Woff2Plugin'); module.exports = getConfig({ context: __dirname, config: { entry: { cp: './Craft.js', }, plugins: [ new Ttf2Woff2Plugin(), new CopyWebpackPlugin({ patterns: [ // Only some of the images are used in the CSS. So we need to make // sure we have them all { from: './images/**/*', to: '.', }, ], }), ], }, });
/srv/users/craft4/apps/craft4-newsite-space/vendor/craftcms/cms/src/web/assets/cp/webpack.config.js