📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv2.demodesign.com.tr
/
assets
/
vendor
/
tweetie
📝
webpack.config.js
← Geri Dön
const UglifyJSPlugin = require('uglifyjs-webpack-plugin'); const path = require('path'); module.exports = { module: { loaders: [ { test: /\.js$/, exclude: /(node_modules|bower_components)/, loader: 'babel-loader', query: { presets: ['env'] } } ] }, entry: { 'dist/tweetie': './src/tweetie', 'docs/tweetie': './src/tweetie' }, output: { path: path.resolve(__dirname), filename: '[name].min.js' }, plugins: [ new UglifyJSPlugin() ] };
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula